Implement the gradle equivalent for the WorkingBuildFinder, meaning at least two classes have to be worked on:
- WorkingBuildFinder needs to changed to detect the type of project is worked on (maven/gradle) and then build the project and check the output.
- Implement the clean and compile functions in
GradleModule