Skip to content

Commit

Permalink
[pom] For pre jdk 16 skip impsort
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 5, 2023
1 parent 7d4b575 commit 6647a32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,13 @@
</testExcludes>
</configuration>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
<plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 6647a32

Please sign in to comment.