Skip to content

Commit

Permalink
use gradle licenses path constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jonabc committed Feb 21, 2023
1 parent c5c5c2d commit 81be51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/licensed/sources/gradle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def create_init_script(configurations)
apply plugin: com.github.jk1.license.LicenseReportPlugin
licenseReport {
outputDir = "$rootDir/.gradle-licenses"
outputDir = "$rootDir/#{GRADLE_LICENSES_PATH}"
configurations = configs
renderers = [new CsvReportRenderer()]
filters = [new LicenseBundleNormalizer()]
Expand Down

0 comments on commit 81be51a

Please sign in to comment.