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
I’m not actively working on this plugin. It was a weekend experiment in 2012 for learning Gradle (at 1.x then). If you or others wish to rewrite to avoid this issue then contributions are warmly welcome.
Avoid using
Task.project
at execution time as that is being deprecated in Gradle 8.12.That happens in multiple places here:
gradle-versions-plugin/gradle-versions-plugin/src/main/kotlin/com/github/benmanes/gradle/versions/updates/DependencyUpdatesTask.kt
Line 124 in 516df34
See: gradle/gradle#30860
The text was updated successfully, but these errors were encountered: