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