ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Move Codacy from JPM to Gradle plugin #59

Closed ddimtirov closed 7 years ago

ddimtirov commented 7 years ago

Right now we are using JPM from the Travis CI config, which stopped working. When I reached out to the Codacy guys, they said that it is not supported anymore and they are looking for alternatives.

Meanwhile the recommended solution is to use the codacy-coverage-reporter directly and run it as a jar.

As user contributions, there are some Gradle snippets that one can use, but I'd rather write a proper plugin.