Updated gradle (and its wrapper), and fabric and architectury loom
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "fabric-loom" version "1.1.+"
|
||||
id "fabric-loom" version "1.4-SNAPSHOT"
|
||||
}
|
||||
|
||||
loom {
|
||||
@@ -25,7 +25,7 @@ loom {
|
||||
remapJar {
|
||||
inputFile = shadowJar.archiveFile
|
||||
dependsOn shadowJar
|
||||
classifier null
|
||||
// classifier null
|
||||
}
|
||||
|
||||
configurations {
|
||||
@@ -127,7 +127,7 @@ processResources {
|
||||
runClient {
|
||||
dependsOn(copyCoreResources)
|
||||
dependsOn(copyCommonLoaderResources)
|
||||
jvmArgs([ "-XX:-OmitStackTraceInFastThrow", minecraftMemoryJavaArg ])
|
||||
// jvmArgs([ "-XX:-OmitStackTraceInFastThrow", minecraftMemoryJavaArg ])
|
||||
finalizedBy(deleteResources)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user