bmuschko / gradle-clover-plugin

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

Change log.warn to log.info #48

Closed mcgois closed 10 years ago

mcgois commented 10 years ago

Hi there,

Some projects have just groovy code and the warning "The specified source directory 'C:\Workspace2\pigiop\src\main\java' does not exist. It won't be included in Clover instrumentation." is quite annoying. It would be nice to change log.warn to log.info so that we can capture LogLevel.INFO on gradle and it wouldn't display on the console.

What do you think?

M.C.

bmuschko commented 10 years ago

Sounds good to me. Would you mind providing a pull request for this?

mcgois commented 10 years ago

Ok. I will do the pull request today.... Thanks...