Skip to content

Commit 214dc5d

Browse files
committed
Allow newer Java versions for tests
1 parent 5805d79 commit 214dc5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ group = "org.gradlex"
77
version = "1.7"
88

99
tasks.withType<JavaCompile>().configureEach { options.release = 8 }
10-
tasks.withType<GroovyCompile>().configureEach { options.release = 8 }
1110

1211
dependencies {
1312
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")

0 commit comments

Comments
 (0)