Move checkstyle to slightly later compile phase

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2021-11-29 08:56:33 +11:00
parent f734d4eaf6
commit 4e0070d822

View file

@ -434,7 +434,7 @@
<version>3.1.2</version> <version>3.1.2</version>
<executions> <executions>
<execution> <execution>
<phase>process-classes</phase> <phase>test-compile</phase>
<goals> <goals>
<goal>check</goal> <goal>check</goal>
</goals> </goals>