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 b2e2ea8 commit d4eff6eCopy full SHA for d4eff6e
build.gradle.kts
@@ -114,5 +114,7 @@ abstract class CapabilityListing : DefaultTask() {
114
// === the following custom configuration should be removed once tests are migrated to Java
115
apply(plugin = "groovy")
116
117
+tasks.named<GroovyCompile>("compileTestGroovy") { targetCompatibility = "11" } // allow tests to run against 6.x
118
+
119
dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") } //
120
// ====================================================================================
0 commit comments