evant / gradle-retrolambda

A gradle plugin for getting java lambda support in java 6, 7 and android
Apache License 2.0
5.3k stars 449 forks source link

Added support for new “quiet” config parameter introduced in Retrolambda 2.4.0 #228

Closed mannodermaus closed 4 years ago

mannodermaus commented 7 years ago

This PR adds a new Configuration setting, mapped to the new "quiet" parameter added in Retrolambda 2.4.0 (https://github.com/orfjackal/retrolambda/issues/103).

evant commented 7 years ago

What's the usecase for this? This plugin already redirects retrolamda's output so you don't see it unless you pass --info

mannodermaus commented 7 years ago

I suppose your reasoning is valid, since the plugin is already wrapping around the Retrolambda's logging itself. Therefore, you may consider this PR an attempt at simply remaining fully-compliant with the feature set of the tool itself. I noticed it in Retrolambda's release notes and figured it would need support in the Gradle plugin as well, however you are correct in saying that this particular functionality might not necessarily be needed in a Gradle context.