Remove impsort execution

It slows the build down considerably. I'm keeping the configuration so
it can still be run manually.
pull/48/head
Graham 5 years ago
parent 364a07e980
commit 6127d26b5a
  1. 8
      pom.xml

@ -205,14 +205,6 @@
<staticAfter>true</staticAfter>
<removeUnused>true</removeUnused>
</configuration>
<executions>
<execution>
<id>sort-imports</id>
<goals>
<goal>sort</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save