mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 19:06:07 +00:00
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
applyLibrariesConfiguration()
|
|
constrainDependenciesToLibsCore()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "SpigotMC"
|
|
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
|
content {
|
|
includeGroup("org.bukkit")
|
|
includeGroup("org.spigotmc")
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
"shade"("net.kyori:text-adapter-bukkit:3.0.6")
|
|
}
|