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.

17 lines
455 B
Plaintext
Raw Normal View History

2019-08-26 04:45:03 +00:00
applyLibrariesConfiguration()
dependencies {
"shade"(libs.adventureTextApi)
"shade"(libs.adventureTextSerializerGson)
"shade"(libs.adventureTextSerializerLegacy)
"shade"(libs.adventureTextSerializerPlain)
"shade"(libs.jchronic) {
2019-08-26 04:45:03 +00:00
exclude(group = "junit", module = "junit")
}
"shade"(libs.jlibnoise)
"shade"(libs.piston)
"shade"(libs.pistonRuntime)
"shade"(libs.pistonImpl)
"shade"(libs.adventureNbt)
2019-08-26 04:45:03 +00:00
}