Fixed GWT build errors and rotation axis bug

This commit is contained in:
Anuken
2017-12-24 11:55:08 -05:00
parent 003457ba72
commit ea63451f49
16 changed files with 169 additions and 123 deletions

View File

@@ -10,10 +10,10 @@ gwt {
modules 'io.anuke.mindustry.GdxDefinition'
devModules 'io.anuke.mindustry.GdxDefinitionSuperdev'
project.webAppDirName = 'webapp'
compiler.style = de.richsource.gradle.plugins.gwt.Style.PRETTY;
compiler {
strict = true;
//enableClosureCompiler = true;
disableCastChecking = true;
}
}