revert this commit when shedaniel fixes arch-loom

This commit is contained in:
Wagyourtail
2021-11-11 15:23:29 -07:00
parent f1061cfd31
commit f52fee8254

View File

@@ -17,7 +17,8 @@
plugins {
id 'java'
id 'dev.architectury.loom' version '0.10.0-SNAPSHOT'
id 'fabric-loom' version '0.10-SNAPSHOT'
//id 'dev.architectury.loom' version '0.10.0-SNAPSHOT'
id 'maven-publish'
}
@@ -166,7 +167,7 @@ jar {
if (compileType.equals("OFFICIAL")) {
remapJar {
toM.set "official"
// toM.set "official"
}
}