File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ repositories {
1818var jackson_version = ' 2.14.2'
1919
2020dependencies {
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+ }*/
7678task generateVersionProperties {
7779 doLast {
7880 def propertiesFile = file " $generatedVersionDir /version.properties"
You can’t perform that action at this time.
0 commit comments