mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-11 13:48:37 +02:00
fix
This commit is contained in:
parent
979f302277
commit
22906d7ecc
@ -215,8 +215,10 @@ tasks.withType(JavaCompile).configureEach {
|
|||||||
dependsOn "spotlessApply"
|
dependsOn "spotlessApply"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def allProjects = ((subprojects as Set<Project>) + project) as Set<Project>
|
||||||
|
|
||||||
licenseReport {
|
licenseReport {
|
||||||
projects = [project]
|
projects = allProjects
|
||||||
renderers = [new JsonReportRenderer()]
|
renderers = [new JsonReportRenderer()]
|
||||||
allowedLicensesFile = project.layout.projectDirectory.file("app/allowed-licenses.json").asFile
|
allowedLicensesFile = project.layout.projectDirectory.file("app/allowed-licenses.json").asFile
|
||||||
outputDir = project.layout.buildDirectory.dir("reports/dependency-license").get().asFile.path
|
outputDir = project.layout.buildDirectory.dir("reports/dependency-license").get().asFile.path
|
||||||
|
Loading…
Reference in New Issue
Block a user