summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-01-27 21:58:12 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-01-27 22:26:28 +0100
commitabf16a799322d57068aba3969e16fb6bbd7f784f (patch)
treeab11a9084b5fd6ae489e50cac0deaa7f58bf397b /build.gradle
parent06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55 (diff)
downloadRustAndDust-abf16a799322d57068aba3969e16fb6bbd7f784f.zip
RustAndDust-abf16a799322d57068aba3969e16fb6bbd7f784f.tar.gz
remove project html
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 }
}