We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3ba44 commit 250091aCopy full SHA for 250091a
1 file changed
build.gradle
@@ -21,6 +21,12 @@ dependencies {
21
testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0', gradleTestKit()
22
}
23
24
+java {
25
+ sourceCompatibility = JavaVersion.VERSION_17
26
+ targetCompatibility = JavaVersion.VERSION_17
27
+}
28
+
29
30
tasks.withType(JavaCompile).configureEach {
31
options.compilerArgs += ['-Xlint:deprecation']
32
0 commit comments