Update build.gradle
This commit is contained in:
parent
c57a9b1f75
commit
acbb1a3c2c
|
@ -24,7 +24,7 @@ sourceSets {
|
||||||
|
|
||||||
teavm.js {
|
teavm.js {
|
||||||
addedToWebApp = true;
|
addedToWebApp = true;
|
||||||
mainClass = "net.lax1dude.eaglercraft.Client"
|
mainClass = "net.PeytonPlayz585.Client"
|
||||||
outputDir = file("web");
|
outputDir = file("web");
|
||||||
targetFileName = "app.js";
|
targetFileName = "app.js";
|
||||||
obfuscated = true;
|
obfuscated = true;
|
||||||
|
@ -33,4 +33,4 @@ teavm.js {
|
||||||
properties = null;
|
properties = null;
|
||||||
optimization = org.teavm.gradle.api.OptimizationLevel.AGGRESSIVE;
|
optimization = org.teavm.gradle.api.OptimizationLevel.AGGRESSIVE;
|
||||||
processMemory = 512;
|
processMemory = 512;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user