apparently the changes that were supposed to be made weren't committed in my previous commit, so here is the right one

REMOVE:: removed the .gradle and build folders from the Client, Server and Common folders, also moved the contents that was in the src folders of these folders, to the folders themselves and deleted the src folders

EDIT:: edited the build.gradle file, build should now work

combined the build.gradle files in the Client, Server and Common folders into the build.gradle file in the root
This commit is contained in:
Sem van der Hoeven
2019-03-06 21:22:29 +01:00
parent 7a60ecb60f
commit aa79365784
115 changed files with 47 additions and 5373 deletions

View File

@@ -1,3 +1,5 @@
rootProject.name = 'OOPP'
include 'src:GoGreen'
//include 'src:Client'
//include 'src:Common'
//include 'src:Server'