Fixed all GWT errors, released new version
This commit is contained in:
+2
-3
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user