9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-04 15:41:46 +00:00
This commit is contained in:
Xiao-MoMi
2022-08-13 15:39:06 +08:00
parent 3a06289fcb
commit 322ad0fc8f
9 changed files with 58 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ plugins {
group = 'net.momirealms'
version = '1.5.25'
version = '1.5.26.1'
repositories {
mavenCentral()
@@ -100,8 +100,8 @@ tasks.withType(JavaCompile) {
}
shadowJar {
relocate ('de.tr7zw', 'libs.tr7zw')
relocate ('net.kyori', 'libs.kyori')
relocate ('de.tr7zw', 'net.momirealms.customcrops.libs.tr7zw')
relocate ('net.kyori', 'net.momirealms.customcrops.libs.kyori')
}
tasks.register("delete", Delete).get().delete("build/libs/"+project.name+"-"+project.version+".jar")