mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +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>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-classes</phase>
|
||||
<phase>test-compile</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in a new issue