This commit is contained in:
Julian Krings
2024-01-25 14:47:19 +01:00
committed by GitHub
parent ab658f58f9
commit 82640de06b
+2 -2
View File
@@ -25,7 +25,7 @@ plugins {
id "de.undercouch.download" version "5.0.1" id "de.undercouch.download" version "5.0.1"
} }
version '3.0.0-1.19.2-1.20.2' version '3.0.0-1.19.2-1.20.4'
def specialSourceVersion = '1.11.0' //[NMS] def specialSourceVersion = '1.11.0' //[NMS]
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED // ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
@@ -344,4 +344,4 @@ def registerCustomOutputTaskUnix(name, path) {
} }
} }
tasks.build.dependsOn(shadowJar) tasks.build.dependsOn(shadowJar)