This commit is contained in:
lukasabbe
2025-12-09 19:19:40 +01:00
parent dd8cf78b93
commit 075bfd21b2
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.10-SNAPSHOT'
id 'fabric-loom' version '1.14-SNAPSHOT'
id 'maven-publish'
}
@@ -66,6 +66,6 @@ java {
jar {
from("LICENSE") {
rename { "${it}_${project.archivesBaseName}"}
rename { "${it}_${project.archives_base_name}"}
}
}