This commit is contained in:
Ludy87 2025-08-11 09:35:03 +02:00
parent 979f302277
commit 22906d7ecc
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -215,8 +215,10 @@ tasks.withType(JavaCompile).configureEach {
dependsOn "spotlessApply"
}
def allProjects = ((subprojects as Set<Project>) + project) as Set<Project>
licenseReport {
projects = [project]
projects = allProjects
renderers = [new JsonReportRenderer()]
allowedLicensesFile = project.layout.projectDirectory.file("app/allowed-licenses.json").asFile
outputDir = project.layout.buildDirectory.dir("reports/dependency-license").get().asFile.path