N001-Test new issue - Remove CheckStyle

This commit is contained in:
bruno 2023-10-15 11:41:51 -04:00
parent f5bb3fa0e7
commit cd729830dc

13
pom.xml
View file

@ -174,19 +174,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>${spring-format.version}</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>