Closed danvega closed 7 years ago
This is currently not working for Grails 3. The issue has been identified and will be fixed soon in milestone 2.1.1.
There is a branch with a preliminary change that corrects the problem. See comments in #75
Awesome! Thank you so much Alex for the reply. Appreciate it!
Duplicate of #75
I am trying to use this plugin in a Grails 3 project. These are some of the bits from my build.gradle
apply plugin: 'com.bmuschko.clover'
If I refresh my gradle project I only see a task called cloverAggregateDatabases. If I run that task it looks like it ran but nothing happens.
I try and manually run gradle cloverGenerateReport but again it doesn't seem that like that task completed and I don't see any reports anywhere.
What am I missing?