1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-13 19:14:01 +00:00

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

18 lines
483 B
Plaintext
Raw Normal View History

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