Maintained by aalmiray
This plugin configures JavaCompile tasks to use the error-prone compiler.
| Website | https://github.com/tbroyer/gradle-errorprone-plugin |
|---|---|
| Author | tbroyer |
| Version | 0.0.2 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.2'
}
}
apply plugin: 'errorprone'