Remove HTML project from the root gradle build script
This commit is contained in:
parent
4fd28f3c14
commit
7ca72943ad
1 changed files with 0 additions and 13 deletions
13
build.gradle
13
build.gradle
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue