gradle-versions-plugin icon indicating copy to clipboard operation
gradle-versions-plugin copied to clipboard

Resolution of the configuration from a different context

Open realPyR3X opened this issue 4 years ago • 2 comments

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

realPyR3X avatar Jul 12 '21 16:07 realPyR3X

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.

ben-manes avatar Jul 12 '21 18:07 ben-manes

Same issue as #523

Chessray avatar Sep 13 '21 21:09 Chessray