mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-01 10:27:11 +00:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
applyLibrariesConfiguration()
|
|
constrainDependenciesToLibsCore()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "SpigotMC"
|
|
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
"shade"(libs.adventureTextAdapterBukkit)
|
|
}
|