Update build.gradle

This commit is contained in:
PeytonPlayz595 2024-08-26 06:03:35 -04:00 committed by GitHub
parent c57a9b1f75
commit acbb1a3c2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}