mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Update build.gradle
This commit is contained in:
parent
f8193f0e1d
commit
a5869802fe
@ -529,7 +529,14 @@ launch4j {
|
||||
|
||||
spotless {
|
||||
java {
|
||||
target '*.java', 'app/**/*.java'
|
||||
target sourceSets.main.allJava
|
||||
target sourceSets.test.allJava
|
||||
target project(':common').sourceSets.main.allJava
|
||||
target project(':common').sourceSets.test.allJava
|
||||
target project(':proprietary').sourceSets.main.allJava
|
||||
target project(':proprietary').sourceSets.test.allJava
|
||||
target project(':stirling-pdf').sourceSets.main.allJava
|
||||
target project(':stirling-pdf').sourceSets.test.allJava
|
||||
|
||||
googleJavaFormat(googleJavaFormatVersion).aosp().reorderImports(false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user