pom check

This commit is contained in:
redkale
2024-05-26 09:01:30 +08:00
parent aeeb7a3c72
commit ecc53303d1
2 changed files with 16 additions and 0 deletions

View File

@@ -182,6 +182,14 @@
</palantirJavaFormat>
</java>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>compile</phase>
</execution>
</executions>
</plugin>
</plugins>

View File

@@ -154,6 +154,14 @@
</palantirJavaFormat>
</java>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>compile</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>