Update build.gradle

This commit is contained in:
Ludy87 2025-07-11 21:46:16 +02:00
parent bbf5d5f6d4
commit c5aa5c75e0
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -169,6 +169,7 @@ tasks.withType(JavaCompile).configureEach {
} }
licenseReport { licenseReport {
projects = [project]
renderers = [new JsonReportRenderer()] renderers = [new JsonReportRenderer()]
allowedLicensesFile = new File("$projectDir/allowed-licenses.json") allowedLicensesFile = new File("$projectDir/allowed-licenses.json")
} }