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
Gradle should not report deprecated feature for "included build" from source dependencies without settings.gradle file, that is without a Gradle build.
Current Behavior
Gradle reports a deprecated feature for source dependencies without Gradle build where the entire build is configured using injected plugins.
Context
According to the deprecation warning, this will break the build using the source dependency feature to wrap other build systems in Gradle 7.0.
Steps to Reproduce
Consume a project without a Gradle build using source dependencies.
Your Environment
Build scan URL: I would love to produce one but the build scan plugin doesn't support source dependencies.