mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
a5e84dcfea
- Closes #1204 - Switch to security advisory - Move fawe-tests to fawe packages
18 lines
483 B
Plaintext
18 lines
483 B
Plaintext
applyLibrariesConfiguration()
|
|
|
|
dependencies {
|
|
"shade"(libs.adventureTextApi)
|
|
"shade"(libs.adventureTextSerializerGson)
|
|
"shade"(libs.adventureTextSerializerLegacy)
|
|
"shade"(libs.adventureTextSerializerPlain)
|
|
"shade"(libs.jchronic) {
|
|
exclude(group = "junit", module = "junit")
|
|
}
|
|
"shade"(libs.paranamer)
|
|
"shade"(libs.jlibnoise)
|
|
"shade"(libs.piston)
|
|
"shade"(libs.pistonRuntime)
|
|
"shade"(libs.pistonImpl)
|
|
"shade"(libs.adventureNbt)
|
|
}
|