mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix wrong maxTopLevelNames in InProcessBuildStrategy
This commit is contained in:
parent
d4113a6744
commit
f14fc18afb
|
@ -53,7 +53,7 @@ public class InProcessBuildStrategy implements BuildStrategy {
|
|||
private boolean fastDependencyAnalysis;
|
||||
private boolean obfuscated;
|
||||
private boolean strict;
|
||||
private int maxTopLevelNames;
|
||||
private int maxTopLevelNames = 1000000;
|
||||
private boolean sourceMapsFileGenerated;
|
||||
private boolean debugInformationGenerated;
|
||||
private boolean sourceFilesCopied;
|
||||
|
|
Loading…
Reference in New Issue
Block a user