Update build.gradle

This commit is contained in:
Ludy87 2025-08-02 13:14:11 +02:00
parent a5869802fe
commit b71c66d7c1
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -633,3 +633,10 @@ tasks.named('build') {
println "Delegating to :stirling-pdf:bootJar"
}
}
tasks.named('spotlessGradle') {
dependsOn ':common:processTestResources'
dependsOn ':common:spotlessGradle'
dependsOn ':stirling-pdf:spotlessGradle'
dependsOn ':proprietary:spotlessGradle'
}