1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Update Loom

This commit is contained in:
Shy
2026-02-14 12:59:13 +01:00
parent b2472ed1fa
commit 213c2cb16e
+2 -2
View File
@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.11-SNAPSHOT' id 'fabric-loom' version '1.14-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }
@@ -82,6 +82,6 @@ java {
jar { jar {
from("LICENSE") { from("LICENSE") {
rename { "${it}_${project.archivesBaseName}" } rename { "${it}_${archiveBaseName}" }
} }
} }