Plex-FAWE/worldedit-libs/core/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
657 B
Plaintext
Raw Normal View History

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")
}
"shade"("com.thoughtworks.paranamer:paranamer:2.6")
"shade"("com.github.luben:zstd-jni:1.4.8-1")
2019-08-26 04:45:03 +00:00
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
2021-01-21 12:07:17 +00:00
"shade"("org.enginehub.piston:core:0.5.6")
"shade"("org.enginehub.piston.core-ap:runtime:0.5.6")
"shade"("org.enginehub.piston:default-impl:0.5.6")
2019-08-26 04:45:03 +00:00
}