Configuration to hide INFO level messages?

What’s a configuration snippet that I can drop into build.gradle so that INFO level messages are hidden? For example, I want to hide LOG.info(...) messages in my Gradle Cucumber tests unless run with gradle cucumber -i.

I don’t think that’s configurable at the moment.