From 7ca72943ad6926869cf3919deeac904f53caf353 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Thu, 5 Sep 2019 16:16:41 +0200 Subject: [PATCH] Remove HTML project from the root gradle build script --- build.gradle | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/build.gradle b/build.gradle index fc1939e..370a0f5 100644 --- a/build.gradle +++ b/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") { apply plugin: "java"