Skip to content

Commit

Permalink
change errorprone profile name (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdahlke authored Nov 7, 2024
1 parent c657040 commit 97fe2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1457,8 +1457,8 @@
</build>
</profile>
<profile>
<!-- on by default, but disable with '-P !errorProne' or '-DskipErrorProne' -->
<id>errorProne</id>
<!-- on by default, but disable with '-P !errorprone' or '-DskipErrorProne' -->
<id>errorprone</id>
<activation>
<jdk>[11,)</jdk>
<property>
Expand Down

0 comments on commit 97fe2d7

Please sign in to comment.