Skip to content

Commit

Permalink
Update impsort plugin; set minimal JDK level
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Oct 9, 2024
1 parent fc081a8 commit 8386c47
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 @@ -43,7 +43,7 @@
-->
<format.skip>false</format.skip>
<formatter.version>2.24.1</formatter.version>
<impsort.version>1.11.0</impsort.version>
<impsort.version>1.12.0</impsort.version>

<!-- Suppress strict JavaDoc validation -->
<!-- http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
Expand Down Expand Up @@ -462,6 +462,8 @@
<configuration>
<!-- store outside of target to speed up formatting when mvn clean is used -->
<cachedir>.cache/impsort-maven-plugin-${impsort-maven-plugin.version}</cachedir>
<!-- Compliance with certain JDK level, Weld now requires at least 17 -->
<compliance>17</compliance>
<groups>java.,javax.,jakarta.,org.,com.</groups>
<staticGroups>*</staticGroups>
<skip>${format.skip}</skip>
Expand Down

0 comments on commit 8386c47

Please sign in to comment.