client: Remove groovy

This commit is contained in:
Owain van Brakel
2020-05-01 21:57:21 +02:00
committed by GitHub
parent 6220662064
commit 4f25c15448

View File

@@ -75,7 +75,6 @@ dependencies {
exclude(group = "org.slf4j")
}
implementation(group = "org.pf4j", name = "pf4j-update", version = "2.3.0")
implementation(group = "org.codehaus.groovy", name = "groovy-all", version = "3.0.3")
implementation(project(":http-api"))
runtimeOnly(group = "org.pushing-pixels", name = "radiance-trident", version = "2.5.1")
@@ -169,4 +168,4 @@ tasks {
classpath = project.sourceSets.main.get().runtimeClasspath
main = "net.runelite.client.RuneLite"
}
}
}