bmuschko / gradle-clover-plugin

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

Fix #128 Additional compiler option to control the groovy compiler #129

Closed sbglasius closed 5 years ago

sbglasius commented 5 years ago

Add option to pass arguments to the groovyc compiler

sbglasius commented 5 years ago

@Alex-Vol-SV Fixed it, but had to make the gradle output more verbose (--info flag)