summaryrefslogtreecommitdiffstats
path: root/html/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'html/build.gradle')
-rw-r--r--html/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/build.gradle b/html/build.gradle
index 9f7b699..174f80b 100644
--- a/html/build.gradle
+++ b/html/build.gradle
@@ -7,8 +7,8 @@ gwt {
minHeapSize="1G"
src = files(file("src/")) // Needs to be in front of "modules" below.
- modules 'ch.asynk.tankontank.GdxDefinition'
- devModules 'ch.asynk.tankontank.GdxDefinitionSuperdev'
+ modules 'ch.asynk.creepingarmor.GdxDefinition'
+ devModules 'ch.asynk.creepingarmor.GdxDefinitionSuperdev'
project.webAppDirName = 'webapp'
compiler {