spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Implement Gradle equivalent for finding working build #102

Open kajdreef opened 4 years ago

kajdreef commented 4 years ago

Implement the gradle equivalent for the WorkingBuildFinder, meaning at least two classes have to be worked on:

  1. WorkingBuildFinder needs to changed to detect the type of project is worked on (maven/gradle) and then build the project and check the output.
  2. Implement the clean and compile functions in GradleModule