aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShevek <[email protected]>2014-09-09 04:20:03 -0700
committerShevek <[email protected]>2014-09-09 04:20:03 -0700
commitb5bc0ba45a398457a686806889a62eabcbefa45f (patch)
treecd5b648dc3cce4d70cd0992b42d2a036b3314c63
parentb6a44c31015a71f4624b3ab0b36503a90023c244 (diff)
Use errorprone and bump.
-rw-r--r--gradle.properties2
-rw-r--r--gradle/buildscript.gradle1
-rw-r--r--gradle/convention.gradle1
3 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 93dd6b9..ab1de3f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1 @@
-version=1.4.5
+version=1.4.6
diff --git a/gradle/buildscript.gradle b/gradle/buildscript.gradle
index f5cd5c8..72215e4 100644
--- a/gradle/buildscript.gradle
+++ b/gradle/buildscript.gradle
@@ -10,4 +10,5 @@ dependencies {
// classpath 'gradle-release:gradle-release:1.1.5'
classpath 'org.ajoberstar:gradle-git:0.5.0'
classpath 'org.anarres.gradle:gradle-velocity-plugin:1.0.0'
+ classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.3'
}
diff --git a/gradle/convention.gradle b/gradle/convention.gradle
index 1a609b0..ed20c86 100644
--- a/gradle/convention.gradle
+++ b/gradle/convention.gradle
@@ -1,4 +1,5 @@
apply plugin: 'java' // Plugin as major conventions, overwrites status
+apply plugin: 'errorprone'
sourceCompatibility = 1.5
targetCompatibility = 1.5