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
Whenever this is used with nebula.dependency-lock (4.9.5), there is a warning from build-scan plugin:
WARNING: The build scan plugin was applied after other plugins.
The captured data is more comprehensive when the build scan plugin is applied first.
Please see https://gradle.com/scans/help/plugin-late-apply for how to resolve this problem.
The problem is with nebula.dependency-lock plugin exclusively. I tested several other plugins and they don't cause this behavior.
Gradle 4.3 introduced automatic application of
build-scan
plugin when--scan
command-line option is used.Whenever this is used with
nebula.dependency-lock
(4.9.5), there is a warning frombuild-scan
plugin:The problem is with
nebula.dependency-lock
plugin exclusively. I tested several other plugins and they don't cause this behavior.Original issue report: gradle/gradle/issues/3341
The text was updated successfully, but these errors were encountered: