blob: 3f79d30293f39bfbd089b283a0a8ea1333e5d87c [file] [log] [blame] [edit]
tasks.withType(JavaCompile).configureEach {
it.options.compilerArgs += [
"-Xlint:all",
]
}