We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6e6e0 commit eca7c60Copy full SHA for eca7c60
pom.xml
@@ -628,7 +628,7 @@
628
<surefire.version>3.0.0-M6</surefire.version>
629
<wagon.ssh.version>2.12</wagon.ssh.version>
630
<xml.maven.version>1.0.1</xml.maven.version>
631
- <spotless.version>2.22.2</spotless.version>
+ <spotless.version>2.22.5</spotless.version>
632
<maven-site.version>3.12.0</maven-site.version>
633
<!-- compression -->
634
<aircompressor.version>0.21</aircompressor.version>
@@ -2466,6 +2466,13 @@
2466
</format>
2467
</formats>
2468
</configuration>
2469
+ <executions>
2470
+ <execution>
2471
+ <goals>
2472
+ <goal>check</goal>
2473
+ </goals>
2474
+ </execution>
2475
+ </executions>
2476
</plugin>
2477
</plugins>
2478
<extensions>
0 commit comments