add spotless

This commit is contained in:
Ludy87 2025-08-02 13:03:38 +02:00
parent 354a50b109
commit a03c9f3791
No known key found for this signature in database
GPG Key ID: 92696155E0220F94
4 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,8 @@
bootRun {
enabled = false
}
spotless {
}
dependencies {
api 'org.springframework.boot:spring-boot-starter-web'
api 'org.springframework.boot:spring-boot-starter-aop'

View File

@ -12,6 +12,9 @@ configurations {
}
}
spotless {
}
dependencies {
if (System.getenv('STIRLING_PDF_DESKTOP_UI') != 'false'
|| (project.hasProperty('STIRLING_PDF_DESKTOP_UI')

View File

@ -4,7 +4,8 @@ repositories {
bootRun {
enabled = false
}
spotless {
}
dependencies {
implementation project(':common')

View File

@ -198,10 +198,6 @@ subprojects {
finalizedBy("copySwaggerDoc")
doNotTrackState("OpenAPI plugin writes outside build directory")
}
tasks.named("spotlessJava") {
dependsOn(":common:compileJava")
dependsOn(":proprietary:compileJava")
}
}
}