FortifyVulnerabilityExporter icon indicating copy to clipboard operation
FortifyVulnerabilityExporter copied to clipboard

Fix Gradle warning

Open rsenden opened this issue 4 years ago • 0 comments

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

This is caused by this issue: https://github.com/jk1/Gradle-License-Report/issues/161#issuecomment-740714542

Once this has been fixed in the plugin, the plugin version should be updated in our build.gradle.

rsenden avatar Mar 11 '21 07:03 rsenden