mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 23:01:01 +01:00
Move execution phase of checkstyle
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ac299a4180
commit
72b7dd6e2b
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
<version>3.0.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>validate</phase>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in a new issue