]> git.lizzy.rs Git - LightOverlay.git/blobdiff - forge/build.gradle
Now supports 1.19 (#146)
[LightOverlay.git] / forge / build.gradle
index c7edf90e19feca09eef135d9c7ef637e84ad245c..1cdb3c51ee09cb28c8d11035e2b42c7ef269e077 100644 (file)
@@ -1,5 +1,5 @@
 plugins {
-    id "com.github.johnrengelman.shadow" version "7.0.0"
+    id "com.github.johnrengelman.shadow" version "7.1.2"
 }
 
 configurations {
@@ -56,6 +56,6 @@ prepareRemapJar {
 
 remapJar {
     dependsOn(shadowJar)
-    input.set(shadowJar.archivePath)
-    archiveClassifier = "forge"
+    inputFile.set(shadowJar.archivePath)
+    archiveClassifier.set("forge")
 }