Remove HTML project from the root gradle build script

This commit is contained in:
Lonami Exo 2019-09-05 16:16:41 +02:00
parent 4fd28f3c14
commit 7ca72943ad

View file

@ -63,19 +63,6 @@ project(":android") {
} }
} }
project(":html") {
apply plugin: "gwt"
apply plugin: "war"
dependencies {
implementation project(":core")
implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
}
}
project(":core") { project(":core") {
apply plugin: "java" apply plugin: "java"