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 d1c1df6 commit 4327f62Copy full SHA for 4327f62
buildSrc/build.gradle.kts
@@ -88,10 +88,6 @@ dependencies {
88
implementation("com.fasterxml.jackson.core:jackson-core")
89
90
compileOnly(libs.develocity)
91
-
92
- // We have to use Spock with Groovy3 as Gradle 8.x bundled with Groovy3.
93
- // TODO: We can refactor `buildSrc` folder to not use Groovy at all.
94
- testImplementation(libs.spock.core.groovy3)
95
}
96
97
tasks.compileKotlin {
0 commit comments