We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c1f1f commit f5fa0faCopy full SHA for f5fa0fa
collage/build.gradle
@@ -33,6 +33,7 @@ tasks.withType(JavaCompile) {
33
spotless {
34
java {
35
palantirJavaFormat()
36
+ targetExclude("build/**")
37
}
38
39
jst/build.gradle
xc-core/build.gradle
@@ -25,6 +25,7 @@ tasks.withType(JavaCompile) {
25
26
27
28
29
30
31
0 commit comments