Skip to content

Commit f5fa0fa

Browse files
committed
spotless/palantir: ignore stuff underneatch 'build/'
1 parent 84c1f1f commit f5fa0fa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

collage/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ tasks.withType(JavaCompile) {
3333
spotless {
3434
java {
3535
palantirJavaFormat()
36+
targetExclude("build/**")
3637
}
3738
}
3839

jst/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ tasks.withType(JavaCompile) {
3333
spotless {
3434
java {
3535
palantirJavaFormat()
36+
targetExclude("build/**")
3637
}
3738
}
3839

xc-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tasks.withType(JavaCompile) {
2525
spotless {
2626
java {
2727
palantirJavaFormat()
28+
targetExclude("build/**")
2829
}
2930
}
3031

0 commit comments

Comments
 (0)