mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-20 14:08:57 +01:00
Move checkstyle to slightly later compile phase
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f734d4eaf6
commit
4e0070d822
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue