9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-30 12:19:12 +00:00
Files
Custom-Nameplates/universe/build.gradle.kts
2024-01-25 04:53:43 +08:00

15 lines
505 B
Plaintext

dependencies {
implementation(project(":api"))
implementation(project(":common"))
implementation(project(":paper"))
implementation(project(":velocity"))
implementation(project(":bungeecord"))
}
tasks {
shadowJar {
relocate ("net.kyori", "net.momirealms.customnameplates.libraries")
relocate ("org.bstats", "net.momirealms.customnameplates.libraries.bstats")
relocate ("net.momirealms.biomeapi", "net.momirealms.customnameplates.libraries.biomeapi")
}
}