mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2026-01-04 15:41:46 +00:00
1.5.26
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user