Skip to content

Commit c955abb

Browse files
committed
chore: comment spotless (test run)
1 parent a5a0022 commit c955abb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

build.gradle

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ repositories {
1818
var jackson_version = '2.14.2'
1919

2020
dependencies {
21-
sourceCompatibility = 1.8
22-
targetCompatibility = 1.8
23-
24-
testImplementation 'junit:junit:4.12'
21+
java {
22+
sourceCompatibility = 1.8
23+
targetCompatibility = 1.8
24+
}
25+
26+
testImplementation 'junit:junit:4.13.1'
2527
testImplementation 'com.pholser:junit-quickcheck-core:0.8.1'
2628
testImplementation 'com.pholser:junit-quickcheck-generators:0.8.1'
2729
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.2.0'
@@ -68,11 +70,11 @@ sourceSets {
6870
output.dir(generatedVersionDir, builtBy: 'generateVersionProperties')
6971
}
7072
}
71-
spotless {
73+
/*spotless {
7274
java {
7375
googleJavaFormat()
7476
}
75-
}
77+
}*/
7678
task generateVersionProperties {
7779
doLast {
7880
def propertiesFile = file "$generatedVersionDir/version.properties"

0 commit comments

Comments
 (0)