We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37dd70 commit 4131b81Copy full SHA for 4131b81
pom.xml
@@ -637,7 +637,9 @@
637
-->
638
<checkstyle.version>8.29</checkstyle.version>
639
<exec.maven.version>3.1.0</exec.maven.version>
640
- <error-prone.version>2.38.0</error-prone.version>
+ <!-- Error Prone 2.31.0 is the latest version which supports running on JDK 11, see
641
+ https://github.com/google/error-prone/releases/tag/v2.31.0 for details -->
642
+ <error-prone.version>2.31.0</error-prone.version>
643
<jamon.plugin.version>2.4.2</jamon.plugin.version>
644
<lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
645
<maven.antrun.version>1.8</maven.antrun.version>
0 commit comments