-
Notifications
You must be signed in to change notification settings - Fork 19
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 to Gradle 8.5 #58
Conversation
b8688ab
to
4e88970
Compare
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
4e88970
to
43fa07d
Compare
} | ||
} | ||
testRuntimeClasspath("org.slf4j:slf4j-api") { | ||
implementation("com.oracle.oci.sdk:oci-java-sdk-common:${sdk_version}") |
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.
Those are not new dependencies, all of them were brought in transitively
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.
Hi @reta , curious why the preference to explicitly pin the versions as oppose to the above that will pull them transitively?
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.
@samuel-oci so the transitive dependencies are not pulled (the opensearch.plugin
Gradle plugin alters that), the reason they were pulled before is because the use of xxxRuntimeClasspath
/ xxxCompileClasspath
scopes - those are not allowed anymore (in Gradle)
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.
Got it, thanks @reta approved.
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.
@samuel-oci do you mind approving the workflow? seems like few checks need to be run, thank you
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.
done
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.
Apologies, @samuel-oci may I ask you to approve one more time (fixed build issue), thank you
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Description
Update to Gradle 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.