-
Notifications
You must be signed in to change notification settings - Fork 202
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
Updates to Gradle 8.3; fixes deprecated Gradle behavior #3269
Conversation
…pensearch-project#3267 Signed-off-by: David Venable <[email protected]>
…s Docker input. Signed-off-by: David Venable <[email protected]>
…der tests. Signed-off-by: David Venable <[email protected]>
3fd3b2b
to
67913c9
Compare
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.
LGTM! A side question - do we have any semi-automated mechanism on when it is time to upgrade gradle? Not sure if dependbot can cover this.
@chenqi0805 , I don't know of a way. It appears there is a request for this feature in dependabot that has been open for quite a few years. |
Updates to Gradle 8.3, including fixing deprecated behavior. Resolves #3267 Signed-off-by: David Venable <[email protected]> (cherry picked from commit db10b9e)
Updates to Gradle 8.3, including fixing deprecated behavior. Resolves #3267 Signed-off-by: David Venable <[email protected]> (cherry picked from commit db10b9e) Co-authored-by: David Venable <[email protected]>
Description
This PR updates the Gradle build to 8.3. This is the first update to any 8.x version so I also had to fix some deprecated behavior.
Issues Resolved
Resolves #3267
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.