Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2112efe

Browse files
authored
Merge branch 'main' into main
2 parents 5ab7edf + cb5877d commit 2112efe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424

25-
<spotless.skip>false</spotless.skip>
25+
<spotless.check.skip>false</spotless.check.skip>
2626
<enforcer.skip>false</enforcer.skip>
2727

2828
<maven.compiler.release>17</maven.compiler.release>
@@ -254,6 +254,13 @@
254254
</sortPom>
255255
</pom>
256256
</configuration>
257+
<executions>
258+
<execution>
259+
<goals>
260+
<goal>check</goal>
261+
</goals>
262+
</execution>
263+
</executions>
257264
</plugin>
258265

259266
<!-- Jacoco test coverage -->

0 commit comments

Comments
 (0)