mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
b96cea75b8
609c7b8 Scrapped Logging Framework 4 Java Closes #997 Closes #998 Closes #999 Closes #1000 Closes #1001 Closes #1002
18 lines
696 B
Plaintext
18 lines
696 B
Plaintext
applyLibrariesConfiguration()
|
|
|
|
dependencies {
|
|
"shade"("net.kyori:text-api:3.0.4")
|
|
"shade"("net.kyori:text-serializer-gson:3.0.4")
|
|
"shade"("net.kyori:text-serializer-legacy:3.0.4")
|
|
"shade"("net.kyori:text-serializer-plain:3.0.4")
|
|
"shade"("com.sk89q:jchronic:0.2.4a") {
|
|
exclude(group = "junit", module = "junit")
|
|
}
|
|
"shade"("com.thoughtworks.paranamer:paranamer:2.8")
|
|
"shade"("com.github.luben:zstd-jni:1.4.9-2")
|
|
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
|
|
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
|
|
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
|
|
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
|
|
}
|