Move execution phase of checkstyle

This commit is contained in:
md_5 2019-04-23 21:01:39 +10:00
parent 0ec9b61de9
commit c4af066cb7

View File

@ -274,7 +274,7 @@
<version>3.0.0</version>
<executions>
<execution>
<phase>validate</phase>
<phase>process-classes</phase>
<goals>
<goal>check</goal>
</goals>