mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 08:57:42 +00:00
Minified builds
This commit is contained in:
@@ -40,7 +40,7 @@ def folder = "javascript"
|
||||
def name = "classes.js"
|
||||
|
||||
teavm.js {
|
||||
obfuscated = false
|
||||
obfuscated = true
|
||||
sourceMap = true
|
||||
targetFileName = "../" + name
|
||||
optimization = OptimizationLevel.AGGRESSIVE
|
||||
@@ -51,7 +51,7 @@ teavm.js {
|
||||
mainClass = "net.lax1dude.eaglercraft.Client"
|
||||
outputDir = file(folder)
|
||||
properties = [ "java.util.TimeZone.autodetect": "true" ]
|
||||
debugInformation = false
|
||||
debugInformation = true
|
||||
}
|
||||
/*
|
||||
tasks.register('copyDebugJar', Copy) {
|
||||
|
||||
Reference in New Issue
Block a user