2019-08-26 06:45:03 +02:00
|
|
|
applyLibrariesConfiguration()
|
2020-08-14 21:29:15 +02:00
|
|
|
constrainDependenciesToLibsCore()
|
2019-08-26 06:45:03 +02:00
|
|
|
|
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
name = "SpigotMC"
|
|
|
|
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
2021-01-21 13:07:17 +01:00
|
|
|
content {
|
|
|
|
includeGroup("org.bukkit")
|
|
|
|
includeGroup("org.spigotmc")
|
|
|
|
}
|
2019-08-26 06:45:03 +02:00
|
|
|
}
|
|
|
|
}
|
2020-08-14 21:29:15 +02:00
|
|
|
|
2019-08-26 06:45:03 +02:00
|
|
|
dependencies {
|
2021-01-21 13:07:17 +01:00
|
|
|
"shade"("net.kyori:text-adapter-bukkit:3.0.6")
|
2019-08-26 06:45:03 +02:00
|
|
|
}
|