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 e037c46 commit 2551e5aCopy full SHA for 2551e5a
build.gradle
@@ -1,5 +1,6 @@
1
plugins {
2
id "com.github.nbaztec.coveralls-jacoco" version "1.2.14"
3
+ id "com.diffplug.spotless" version "6.2.0"
4
id "checkstyle"
5
id "jacoco"
6
id "java"
@@ -151,6 +152,13 @@ artifacts {
151
152
archives sourcesJar, javadocJar
153
}
154
155
+spotless {
156
+ java {
157
+ googleJavaFormat "1.7"
158
+ target "src/**/*.java"
159
+ }
160
+}
161
+
162
test {
163
useJUnit {
164
excludeCategories "com.box.sdk.IntegrationTestJWT"
0 commit comments