2019-08-26 04:45:03 +00:00
|
|
|
applyLibrariesConfiguration()
|
|
|
|
|
|
|
|
dependencies {
|
2021-01-21 12:07:17 +00:00
|
|
|
"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")
|
2019-08-26 04:45:03 +00:00
|
|
|
"shade"("com.sk89q:jchronic:0.2.4a") {
|
|
|
|
exclude(group = "junit", module = "junit")
|
|
|
|
}
|
2021-02-27 14:52:50 +00:00
|
|
|
"shade"("com.thoughtworks.paranamer:paranamer:2.8")
|
2019-08-26 04:45:03 +00:00
|
|
|
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
|
2021-03-29 13:29:16 +00:00
|
|
|
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
|
|
|
|
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
|
|
|
|
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
|
2019-08-26 04:45:03 +00:00
|
|
|
}
|