html project commented out of gradle build

This commit is contained in:
Yair Morgenstern 2018-03-03 23:41:38 +02:00
parent 146c4111fd
commit f69b8970de

View File

@ -97,6 +97,7 @@ project(":ios") {
} }
} }
/*
project(":html") { project(":html") {
apply plugin: "gwt" apply plugin: "gwt"
apply plugin: "war" apply plugin: "war"
@ -112,11 +113,11 @@ project(":html") {
} }
} }
*/
project(":core") { project(":core") {
apply plugin: "kotlin" apply plugin: "kotlin"
dependencies { dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion" compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion" compile "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"