14 Zeilen
297 B
Plaintext

2019-08-26 05:45:03 +01:00
applyLibrariesConfiguration()
2020-08-14 15:29:15 -04:00
constrainDependenciesToLibsCore()
2019-08-26 05:45:03 +01:00
repositories {
maven {
name = "SpigotMC"
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
}
}
2020-08-14 15:29:15 -04:00
2019-08-26 05:45:03 +01:00
dependencies {
"shade"("net.kyori:text-adapter-bukkit:${Versions.TEXT_EXTRAS}")
}