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 9304b37 commit 94831e5Copy full SHA for 94831e5
buildSrc/build.gradle
@@ -60,6 +60,10 @@ dependencies {
60
testImplementation 'org.spockframework:spock-core', {
61
exclude(group: 'org.codehaus.groovy') // Use Gradle provided version because: Could not resolve org.codehaus.groovy:groovy:3.0.12
62
}
63
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher', {
64
+ // In Gradle 9, this needs to be declared
65
+ // https://docs.gradle.org/8.3/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
66
+ }
67
68
69
tasks.withType(Test).configureEach {
0 commit comments