mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-16 13:47:28 +02:00
fix
This commit is contained in:
parent
c84adb289c
commit
4572c74b07
@ -207,7 +207,13 @@ tasks.withType(JavaCompile).configureEach {
|
|||||||
dependsOn "spotlessApply"
|
dependsOn "spotlessApply"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
gradle.taskGraph.whenReady { graph ->
|
||||||
|
if (project.hasProperty("noSpotless")) {
|
||||||
|
tasks.matching { it.name.startsWith("spotless") }.configureEach {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
licenseReport {
|
licenseReport {
|
||||||
projects = [project]
|
projects = [project]
|
||||||
renderers = [new JsonReportRenderer()]
|
renderers = [new JsonReportRenderer()]
|
||||||
|
Loading…
Reference in New Issue
Block a user