Skip to content

Commit

Permalink
Update errorprone gradle plugin to v1.2.1 (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Jun 22, 2020
1 parent c5edffe commit 0501e02
Showing 1 changed file with 1 addition and 1 deletion.
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:1.1.0'
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:1.2.1'

//Using buildscript.classpath so that we can resolve shipkit from maven local, during local testing
classpath 'org.shipkit:shipkit:2.1.6'
Expand Down

0 comments on commit 0501e02

Please sign in to comment.