[CHORE] Fix Build Scripts and update mod publisher

This commit is contained in:
2023-09-10 12:58:49 +02:00
parent 5facb4c322
commit 6f1f460198
5 changed files with 12 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.quiltmc.loom' version '0.12.+'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '7.0.0'
}
@@ -8,6 +8,7 @@ plugins {
archivesBaseName = "${mod_name}-common-${minecraft_version}"
loom {
shareCaches()
accessWidenerPath = project.file("src/main/resources/craterlib.aw")
remapArchives = false
mixin {