9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00
Files
Custom-Crops/gui-plugin/build.gradle.kts
XiaoMoMi c7c6004300 fix bugs
2024-04-13 17:06:21 +08:00

13 lines
318 B
Plaintext

dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly(project(":api"))
implementation("xyz.xenondevs.invui:invui:1.27") {
exclude("org.jetbrains")
}
}
tasks {
shadowJar {
relocate ("xyz.xenondevs", "net.momirealms.customcrops.libraries")
}
}