13
0
geforkt von Mirrors/Paper

Move checkstyle to slightly later compile phase

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2021-11-29 08:56:33 +11:00
Ursprung f734d4eaf6
Commit 4e0070d822

Datei anzeigen

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