Gradle Plugins

Maintained by aalmiray

Summary

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

Usage

buildscript {
    repositories { jcenter() }
    dependencies {
        classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.2'
    }
}

apply plugin: 'errorprone'