]> git.lizzy.rs Git - LightOverlay.git/blobdiff - build.gradle
Use archiveClassifier instead of classifier
[LightOverlay.git] / build.gradle
index 173399828d80ca37b449310c521389ee879c0add..3f1aa9b6326612bcd26e193add8e081100f31c67 100644 (file)
@@ -1,6 +1,6 @@
 plugins {
     id "architectury-plugin" version "3.4-SNAPSHOT"
-    id "dev.architectury.loom" version "0.10.0-SNAPSHOT" apply false
+    id "dev.architectury.loom" version "1.0-SNAPSHOT" apply false
 }
 
 architectury {
@@ -29,6 +29,6 @@ allprojects {
 
     tasks.withType(JavaCompile) {
         options.encoding = "UTF-8"
-        options.release = 16
+        options.release = 17
     }
 }