Skip to content

Commit

Permalink
errorprone :: allow java 16+ (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Jun 18, 2024
1 parent 5b74f1f commit bf00b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@
<profile>
<id>errorProne</id>
<activation>
<jdk>[11,15]</jdk>
<jdk>[11,)</jdk>
<property>
<name>errorProne</name>
</property>
Expand Down

0 comments on commit bf00b70

Please sign in to comment.