mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 19:09:09 +00:00
13 lines
318 B
Plaintext
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")
|
|
}
|
|
} |