Skip to content

Commit

Permalink
[build] update gradle-errorprone-plugin to 1.1.0
Browse files Browse the repository at this point in the history
Problem
The plugin for error-prone is out of date

Solution
Update the plugin.
  • Loading branch information
grimreaper committed Jun 19, 2020
1 parent 1983c75 commit c2e37db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0'
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.6'
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:1.1.0'

//Using buildscript.classpath so that we can resolve shipkit from maven local, during local testing
classpath 'org.shipkit:shipkit:2.1.6'
Expand Down
2 changes: 1 addition & 1 deletion gradle/errorprone.gradle
Expand Up @@ -12,5 +12,5 @@ dependencies {
}

tasks.named("compileTestJava").configure {
options.errorprone.errorproneArgs << "-Xep:MockitoCast:OFF"
options.errorprone.errorproneArgs.add("-Xep:MockitoCast:OFF")
}

0 comments on commit c2e37db

Please sign in to comment.