Plex-FAWE/worldedit-libs/bukkit/build.gradle.kts
2020-08-14 15:29:15 -04:00

14 lines
297 B
Plaintext

applyLibrariesConfiguration()
constrainDependenciesToLibsCore()
repositories {
maven {
name = "SpigotMC"
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
}
dependencies {
"shade"("net.kyori:text-adapter-bukkit:${Versions.TEXT_EXTRAS}")
}