We use Gradle 2.1 and java plugin. During compileJava different warnings occur, for example:
warning: [options] bootstrap class path not set in conjunction w
try this:
tasks.withType(JavaCompile) { options.warnings = false }