diff options
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | gradle/buildscript.gradle | 1 | ||||
-rw-r--r-- | gradle/convention.gradle | 1 |
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 |