-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Fix deprecation warnings due to tasks calling getProject() at execution time #32980
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
Comments
Hi! As far as I understood, the build should not break with Gradle 8.0. The deprecated class there is |
The |
Hi! I find this issue interesting. May I start working on it? Thanks in advance! |
Thanks for the offer, @ThomazPassarelli, but I've already made a start on this (several months ago now) and just need to find some time to finish it off. |
Uh oh!
There was an error while loading. Please reload this page.
Some of our custom tasks (
org.springframework.boot.build.autoconfigure.AutoConfigurationMetadata
is one) callgetProject()
at execution time. This results in a deprecation warning and means that our build will break with Gradle 9.0. While we won't be able to fix all such warnings in our build as some come from third-party plugins, we should update our own tasks.The text was updated successfully, but these errors were encountered: