We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6be0be commit 915a68bCopy full SHA for 915a68b
1 file changed
src/test/groovy/ru/vyarus/gradle/plugin/lib/UpstreamKitTest.groovy
@@ -285,7 +285,8 @@ rootProject.name = "test"
285
apply plugin: 'ru.vyarus.java-lib'
286
287
dependencies {
288
- testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
+ testImplementation 'org.spockframework:spock-core:2.4-M6-groovy-3.0'
289
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
290
}
291
292
test {
0 commit comments