Move checkstyle to slightly later compile phase

This commit is contained in:
md_5 2021-11-29 08:56:33 +11:00
parent 45c3f82669
commit 7e2214dafd
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

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