Skip to content

Commit

Permalink
Only run Error Prone with JDK >= 17. (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus authored Oct 1, 2024
1 parent e7185cf commit afed86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,11 @@
</build>

<profiles>
<!-- Disable Error Prone in Java 15 -->
<!-- Disable Error Prone before Java 17 -->
<profile>
<id>jdk15</id>
<id>disable-error-prone</id>
<activation>
<jdk>15</jdk>
<jdk>[,17)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit afed86b

Please sign in to comment.