Enabling Strict Vaadin Compilation

I am working with a Vaadin application using Gradle (and
this
plugin), and I would like the compiler execute with the strict option enabled. How can I do this?

Based on
the README file
, use the option vaadin.gwt.strict = true.