Plex-FAWE/worldedit-libs/bukkit/build.gradle.kts
NotMyFault a5e84dcfea
Switch to version catalogs
- Closes #1204
- Switch to security advisory
- Move fawe-tests to fawe packages
2021-08-01 19:28:51 +02:00

14 lines
267 B
Plaintext

applyLibrariesConfiguration()
constrainDependenciesToLibsCore()
repositories {
maven {
name = "SpigotMC"
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
}
dependencies {
"shade"(libs.adventureTextAdapter)
}