Skip to content

Commit

Permalink
Fix error-prone plugin to maintain JDK 11 buildability
Browse files Browse the repository at this point in the history
  • Loading branch information
leoger committed Dec 7, 2024
1 parent 9ad213b commit 81aae5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
<guava.version>33.3.1-jre</guava.version>
<threetenbp.version>1.7.0</threetenbp.version>

<error-prone.version>2.36.0</error-prone.version>
<!-- Error Prone version > 2.31.0 can't run on JDK 11. see https://errorprone.info/docs/installation -->
<error-prone.version>2.31.0</error-prone.version>

<jacoco.version>0.8.12</jacoco.version>
<surefire.version>3.5.2</surefire.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit 81aae5b

Please sign in to comment.