mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
a5e84dcfea
- Closes #1204 - Switch to security advisory - Move fawe-tests to fawe packages
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
applyLibrariesConfiguration()
|
|
constrainDependenciesToLibsCore()
|
|
|
|
repositories {
|
|
maven {
|
|
name = "SpigotMC"
|
|
url = uri("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
"shade"(libs.adventureTextAdapter)
|
|
}
|