-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update Gradle to 8.5 #377
Update Gradle to 8.5 #377
Conversation
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@@ -46,24 +46,18 @@ configurations { | |||
// This will force the MR project to require jars from upstream project dependencies, which shouldn't be a problem since | |||
// there should only be one upstream project. | |||
compileClasspath { | |||
beforeLocking { |
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.
See please gradle/gradle#25126
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.
Thanks for this @reta!
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Thanks @Xtansia , updated the OpenSearch version (that brings new Gradle plugins), have one issue to fix:
|
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta I can see one other error
|
It seems like I may need to use 2.12.0-SNAPSHOT for OpenSearch build tools... |
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta Looks like you didn't end up needing to depend on a SNAPSHOT, so this should be good to merge right? |
Description
Update Gradle to 8.5
Issues Resolved
Part of opensearch-project/OpenSearch#10334
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.