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:
@@ -1,3 +1,5 @@
|
||||
rootProject.name = 'OOPP'
|
||||
|
||||
include 'src:GoGreen'
|
||||
//include 'src:Client'
|
||||
//include 'src:Common'
|
||||
//include 'src:Server'
|
||||
Reference in New Issue
Block a user