EDIT:: Reimported project

reimported project to fix the errors in client application

FIX:: fixed the "location is not set" error in client application when loading fxml file

reimporting the project made it work, as it now has a submodule folder structure

EDIT:: edited settings.gradle file to include the modules in the new structure

EDIT: edited client build.gradle and server build.gradle files to pick the right common folder
(changed complie(:Common) to compile(:src:Common))
This commit is contained in:
Sem van der Hoeven
2019-03-09 13:33:15 +01:00
parent cab6d9aeeb
commit fa73f6fb4d
32 changed files with 301 additions and 288 deletions

View File

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