diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 21:58:12 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 22:26:28 +0100 |
commit | abf16a799322d57068aba3969e16fb6bbd7f784f (patch) | |
tree | ab11a9084b5fd6ae489e50cac0deaa7f58bf397b /build.gradle | |
parent | 06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55 (diff) | |
download | RustAndDust-abf16a799322d57068aba3969e16fb6bbd7f784f.zip RustAndDust-abf16a799322d57068aba3969e16fb6bbd7f784f.tar.gz |
remove project html
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 13 |
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 } } |