Move execution phase of checkstyle

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-04-23 21:01:36 +10:00
parent ac299a4180
commit 72b7dd6e2b

View File

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