Skip to content

Commit 915a68b

Browse files
committed
fix gradle 9 test
1 parent f6be0be commit 915a68b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/groovy/ru/vyarus/gradle/plugin/lib/UpstreamKitTest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ rootProject.name = "test"
285285
apply plugin: 'ru.vyarus.java-lib'
286286
287287
dependencies {
288-
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
288+
testImplementation 'org.spockframework:spock-core:2.4-M6-groovy-3.0'
289+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
289290
}
290291
291292
test {

0 commit comments

Comments
 (0)