Skip to content

Commit

Permalink
Upgrade Gradle ErrorProne Plugin to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
netdpb committed Nov 28, 2023
1 parent c507a24 commit a1a5697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ plugins {
id 'java'
id 'com.diffplug.spotless' version '6.14.0'
id 'eclipse'
// https://github.com/tbroyer/gradle-errorprone-plugin
id 'net.ltgt.errorprone' version '3.0.1'
id 'net.ltgt.errorprone' version '3.1.0' // https://github.com/tbroyer/gradle-errorprone-plugin
}

repositories {
Expand Down

0 comments on commit a1a5697

Please sign in to comment.