This is the main group repository for the OODP Assignment
Please remember to clone and import this as a GRADLE PROJECT to prevent unnecessary stuff from being added to Git. I have steps that I made to show you how to do so in Eclipse and IntelliJ IDEA respectively.
Also note that the Master branch will be locked from being pushed. All code changes are to be done through pull requests. And view the Projects/Issues tab to see roughly where we are in terms of progress for this assignment.
Should you find one of the checks being hanged (stuck at "Waiting for status to be reported"), do a force push of your commit again. Launch the Console in git and run the following 2 commands
git commit --amend --no-edit
git push -f
The code in this project remains the copyrighted works of the relevant people who have committed the code into this repository. All Rights Reserved