Skip to content

Commit 250091a

Browse files
committed
Source and target Java versions restored and set to Java 17
1 parent 8d3ba44 commit 250091a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ dependencies {
2121
testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0', gradleTestKit()
2222
}
2323

24+
java {
25+
sourceCompatibility = JavaVersion.VERSION_17
26+
targetCompatibility = JavaVersion.VERSION_17
27+
}
28+
29+
2430
tasks.withType(JavaCompile).configureEach {
2531
options.compilerArgs += ['-Xlint:deprecation']
2632
}

0 commit comments

Comments
 (0)