Remove impsort-maven-plugin

It isn't useful now that we're switching to Kotlin.
pull/48/head
Graham 4 years ago
parent ae2e2a0d9d
commit b2ab318692
  1. 10
      pom.xml

@ -155,16 +155,6 @@
<build>
<plugins>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<configuration>
<groups>java.,javax.,*</groups>
<staticGroups>*</staticGroups>
<staticAfter>true</staticAfter>
<removeUnused>true</removeUnused>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>

Loading…
Cancel
Save