fernflowerplugin: Add annotations (#1854)

This commit is contained in:
Owain van Brakel
2019-10-31 19:07:01 +01:00
committed by Ganom
parent 81119fed39
commit f838717805
3 changed files with 26 additions and 12 deletions

View File

@@ -25,7 +25,6 @@
plugins {
`kotlin-dsl`
groovy
}
repositories {
@@ -35,7 +34,6 @@ repositories {
dependencies {
implementation(gradleApi())
implementation(localGroovy())
implementation(group = "net.runelite", name = "fernflower", version = "07082019")
}