Fixed all GWT errors, released new version

This commit is contained in:
Anuken
2017-12-24 14:40:08 -05:00
parent ea63451f49
commit c69779bf7e
9 changed files with 22 additions and 12 deletions
+2 -3
View File
@@ -10,11 +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;
disableCastChecking = true;
strict = true
disableCastChecking = true
}
}