gradle-versions-plugin
gradle-versions-plugin copied to clipboard
Resolution of the configuration from a different context
Gradle 8.0 will remove the ability to resolve the configuration from a context different than the project context.
https://docs.gradle.org/7.1.1/userguide/viewing_debugging_dependencies.html#sub:resolving-unsafe-configuration-resolution-errors
They have had this warning since Gradle 5 (#263). We've asked for assistance if they want plugins to migrate and instead they have kept this capability. We'd need a contribution to overhaul the plugin (per-project tasks and aggregates), as their ask is a decent amount of work.
Same issue as #523