Skip to content

Commit 233a4b8

Browse files
committed
[pom] For pre jdk 16 skip impsort
1 parent 7d4b575 commit 233a4b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,13 @@
447447
</testExcludes>
448448
</configuration>
449449
</plugin>
450+
<plugin>
451+
<groupId>net.revelc.code</groupId>
452+
<artifactId>impsort-maven-plugin</artifactId>
453+
<configuration>
454+
<skip>true</skip>
455+
</configuration>
456+
</plugin>
450457
</plugins>
451458
</pluginManagement>
452459
</build>

0 commit comments

Comments
 (0)