-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove minimumRuntime sourceSet from build-tools #58417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove minimumRuntime sourceSet from build-tools #58417
Conversation
| @@ -66,7 +65,6 @@ public void execute(Task task) { | |||
| } | |||
| } | |||
|
|
|||
| @Internal | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that slipped through in the extra sourceSet before as gradles validateProperties task didn't catch it. by moving this to the main sourceSet now we need to fix it here to have :buildSrc:validateProperties pass
|
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
mark-vieira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! 👍
* Remove minimumRuntime sourceSet from build-tools * remove license change in loggedexec task
* Remove minimumRuntime sourceSet from build-tools * remove license change in loggedexec task
* Remove minimumRuntime sourceSet from build-tools * remove license change in loggedexec task
fixes #58351