mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-27 19:09:18 +00:00
13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
dependencies {
|
|
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
|
|
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
|
|
implementation("de.tr7zw:item-nbt-api:2.12.2")
|
|
}
|
|
|
|
tasks {
|
|
shadowJar {
|
|
relocate ("de.tr7zw.changeme", "net.momirealms.customfishing.libraries")
|
|
relocate ("de.tr7zw.annotations", "net.momirealms.customfishing.libraries.annotations")
|
|
}
|
|
}
|