summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle13
1 files changed, 0 insertions, 13 deletions
diff --git a/build.gradle b/build.gradle
index e370db6..d82b264 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,19 +64,6 @@ project(":android") {
}
}
-project(":html") {
- apply plugin: "gwt"
- apply plugin: "war"
-
-
- dependencies {
- compile project(":core")
- compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
- compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
- compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
- }
-}
-
project(":assets") {
configurations { texturePacker }
}