Skip to content

Commit 4327f62

Browse files
Minor
1 parent d1c1df6 commit 4327f62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ dependencies {
8888
implementation("com.fasterxml.jackson.core:jackson-core")
8989

9090
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)
9591
}
9692

9793
tasks.compileKotlin {

0 commit comments

Comments
 (0)