project: move config button clicked event

This commit is contained in:
Thomas Cylke
2020-04-30 19:18:48 -04:00
parent a84880b0e7
commit e2aca28979
3 changed files with 3 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ 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.2")
implementation(project(":http-api"))
runtimeOnly(group = "org.pushing-pixels", name = "radiance-trident", version = "2.5.1")