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 440ba7f commit 72b6568Copy full SHA for 72b6568
build.gradle.kts
@@ -7,7 +7,6 @@ group = "org.gradlex"
7
version = "1.7"
8
9
tasks.withType<JavaCompile>().configureEach { options.release = 8 }
10
-tasks.withType<GroovyCompile>().configureEach { options.release = 8 }
11
12
dependencies {
13
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
0 commit comments