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
c84adb289c
commit
4572c74b07
@ -207,7 +207,13 @@ tasks.withType(JavaCompile).configureEach {
|
||||
dependsOn "spotlessApply"
|
||||
}
|
||||
}
|
||||
|
||||
gradle.taskGraph.whenReady { graph ->
|
||||
if (project.hasProperty("noSpotless")) {
|
||||
tasks.matching { it.name.startsWith("spotless") }.configureEach {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
licenseReport {
|
||||
projects = [project]
|
||||
renderers = [new JsonReportRenderer()]
|
||||
|
Loading…
Reference in New Issue
Block a user