We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58165ce commit 57c782fCopy full SHA for 57c782f
src/main/java/net/minecraftforge/gradle/user/UserBasePlugin.java
@@ -577,7 +577,7 @@ public void execute(Task task)
577
sub = doc.createElement("option");
578
{
579
sub.setAttribute("name", "VM_PARAMETERS");
580
- sub.setAttribute("value", "-Xincgc XX:-UseSplitVerifier -Dfml.ignoreInvalidMinecraftCertificates=true");
+ sub.setAttribute("value", "-Xincgc -Dfml.ignoreInvalidMinecraftCertificates=true");
581
child.appendChild(sub);
582
}
583
0 commit comments