Skip to content

Commit 8ebcbf9

Browse files
committed
chore(build): Drop Groovy from our build logic
1 parent a317569 commit 8ebcbf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
groovy
32
`java-gradle-plugin`
43
`kotlin-dsl`
54
`jvm-test-suite`
@@ -72,7 +71,6 @@ repositories {
7271

7372
dependencies {
7473
implementation(gradleApi())
75-
implementation(localGroovy())
7674

7775
implementation("net.bytebuddy", "byte-buddy-gradle-plugin", "1.18.3")
7876

0 commit comments

Comments
 (0)