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
The following warning is shown when running ./gradlew distThirdParty --warning-mode=all:
> Task :generateLicenseReport
The runtime configuration has been deprecated for resolution. This will fail with an error in Gradle 7.0. Please resolve the runtimeClasspath configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.8.3/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations
The following warning is shown when running
./gradlew distThirdParty --warning-mode=all
:This is caused by this issue: jk1/Gradle-License-Report#161 (comment)
Once this has been fixed in the plugin, the plugin version should be updated in our
build.gradle
.The text was updated successfully, but these errors were encountered: