Files
Greenify/settings.gradle
Sem van der Hoeven aa79365784 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
2019-03-06 21:22:29 +01:00

5 lines
95 B
Groovy

rootProject.name = 'OOPP'
//include 'src:Client'
//include 'src:Common'
//include 'src:Server'