You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is the same, or sort of. Before Gradle 8.12, you would only see that deprecation if enabling STABLE_CONFIGURATION_CACHE feature flag. From 8.12, users should see it regardless of that feature flag. Feel free to close as a duplicate, just beware it will be issued for all users, not only those enabling the feature flag.
Please avoid using
Task.project
at execution time as in here:https://github.com/gretty-gradle-plugin/gretty/blob/5b99776fe8f4f7c53cac6aef63950b9e5e345e6d/libs/gretty/src/main/groovy/org/akhikhl/gretty/StartBaseTask.groovy#L60C45-L60C52 (and further places in the task action)
as it is going to be deprecated in Gradle 8.12, and forbidden in a future Gradle release.
Please see gradle/gradle#30860
The text was updated successfully, but these errors were encountered: