Skip to content

Commit d4eff6e

Browse files
committed
Fix testing against 6.x
1 parent b2e2ea8 commit d4eff6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,7 @@ abstract class CapabilityListing : DefaultTask() {
114114
// === the following custom configuration should be removed once tests are migrated to Java
115115
apply(plugin = "groovy")
116116

117+
tasks.named<GroovyCompile>("compileTestGroovy") { targetCompatibility = "11" } // allow tests to run against 6.x
118+
117119
dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") } //
118120
// ====================================================================================

0 commit comments

Comments
 (0)