mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Switch to version catalogs
- Closes #1204 - Switch to security advisory - Move fawe-tests to fawe packages
This commit is contained in:
@ -9,5 +9,5 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
"shade"("net.kyori:text-adapter-bukkit:${Versions.TEXT_EXTRAS}")
|
||||
"shade"(libs.adventureTextAdapter)
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
applyLibrariesConfiguration()
|
||||
|
||||
dependencies {
|
||||
"shade"("org.enginehub.piston.core-ap:annotations:${Versions.PISTON}")
|
||||
"shade"("org.enginehub.piston.core-ap:processor:${Versions.PISTON}")
|
||||
"shade"(libs.pistonAnnotations)
|
||||
"shade"(libs.pistonProcessor)
|
||||
}
|
||||
|
@ -1,17 +1,17 @@
|
||||
applyLibrariesConfiguration()
|
||||
|
||||
dependencies {
|
||||
"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")
|
||||
"shade"("com.sk89q:jchronic:0.2.4a") {
|
||||
"shade"(libs.adventureTextApi)
|
||||
"shade"(libs.adventureTextSerializerGson)
|
||||
"shade"(libs.adventureTextSerializerLegacy)
|
||||
"shade"(libs.adventureTextSerializerPlain)
|
||||
"shade"(libs.jchronic) {
|
||||
exclude(group = "junit", module = "junit")
|
||||
}
|
||||
"shade"("com.thoughtworks.paranamer:paranamer:2.8")
|
||||
"shade"("com.sk89q.lib:jlibnoise:1.0.0")
|
||||
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
|
||||
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
|
||||
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
|
||||
"shade"("net.kyori:adventure-nbt:4.8.1")
|
||||
"shade"(libs.paranamer)
|
||||
"shade"(libs.jlibnoise)
|
||||
"shade"(libs.piston)
|
||||
"shade"(libs.pistonRuntime)
|
||||
"shade"(libs.pistonImpl)
|
||||
"shade"(libs.adventureNbt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user