kordamp / jandex-gradle-plugin

Jandex Gradle Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use logger.info instead of println

ben-manes opened this issue · comments

While a useful message when implementing, it isn't helpful during normal builds. What about moving this to logger.info instead of being displayed to the console by default?

> Task :caffeine:jandex
Index has been written to /Users/ben/projects/caffeine/caffeine/build/resources/main/META-INF/jandex.idx

println("Index has been written to ${destination.absolutePath}")

Release 0.7.0 contains the fix.

thanks! :)