-
Notifications
You must be signed in to change notification settings - Fork 23
build: remove deprecations and prep for Gradle 10 #384
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
build: remove deprecations and prep for Gradle 10 #384
Conversation
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
|
I am seeing a few warnings related to Gradle 10 compatibility when running I believe that the first warning will be addressed once #382 is merged. Is the intention to handle the remaining warnings in this PR or will they be addressed in a later PR? |
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
The first warning went away after merging #382. Regarding the other 2 warnings, I initially could not find a fix for it, since changing the |
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
…ambrecht/java-spiffe into build/gradle10-deprecations
PR Description
This PR removes deprecations reported by
./gradlew build --warning-mode allto keep the build compatible with the upcoming Gradle 10 upgrade.Changes:
@exe) andconfigureEachcom.vanniktech.maven.publishonly where publishable components exist (apply falseat root)