]> git.lizzy.rs Git - LightOverlay.git/blobdiff - fabric/build.gradle
Now supports 1.19 (#146)
[LightOverlay.git] / fabric / build.gradle
index 269f983aa114b95b76026aac57cedcdeb2aca07d..aa91f4ed7b8ebb2b7c35ce73c048c08bd0a32fd0 100755 (executable)
@@ -1,5 +1,5 @@
 plugins {
-    id "com.github.johnrengelman.shadow" version "7.0.0"
+    id "com.github.johnrengelman.shadow" version "7.1.2"
 }
 
 loom {
@@ -59,7 +59,7 @@ prepareRemapJar {
 
 remapJar {
     dependsOn(shadowJar)
-    input.set(shadowJar.archivePath)
+    inputFile.set(shadowJar.archivePath)
     classifier null
 }