bmuschko / gradle-clover-plugin

Gradle plugin for generating a code coverage report using Clover
Apache License 2.0
74 stars 49 forks source link

Configure executable and encoding #46

Closed phasebash closed 10 years ago

phasebash commented 10 years ago

In our projects we need to provide a Java executable which might not be the one which spawned the buildscript. Also, we need to not rely on platform encoding. This patch cover this.