Move execution phase of checkstyle

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2019-04-23 21:01:39 +10:00
parent e9906a5c82
commit daff6d0d0c

View file

@ -274,7 +274,7 @@
<version>3.0.0</version>
<executions>
<execution>
<phase>validate</phase>
<phase>process-classes</phase>
<goals>
<goal>check</goal>
</goals>