SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
123 stars 254 forks source link

Migrate to Gradle #118

Open TimvdLippe opened 7 years ago

TimvdLippe commented 7 years ago

Just tossing around the thought for improvement next year: migrate the framework (and template alike) to Gradle.

Why?

Running mvn site on the template, the jacoco report does not correctly generate code coverage for the framework. There are various solutions for that in Gradle, which do not exist in maven. Moreover, Gradle is usually easier to read and more maintainable as well as widely used in recent industry projects.

Regarding editor support: IntelliJ has nice integration for Gradle on every OS, just like it has for mvn.