build: Update core dependencies

- Drop paranamer, you can access parameter names at runtime with Java 8+ natively
This commit is contained in:
NotMyFault
2021-11-22 13:47:59 +01:00
parent 507b8d5e35
commit 705f580290
6 changed files with 8 additions and 12 deletions

View File

@ -8,7 +8,6 @@ dependencies {
"shade"(libs.jchronic) {
exclude(group = "junit", module = "junit")
}
"shade"(libs.paranamer)
"shade"(libs.jlibnoise)
"shade"(libs.piston)
"shade"(libs.pistonRuntime)