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 26e0416 commit 6e86138Copy full SHA for 6e86138
pom.xml
@@ -851,7 +851,7 @@
851
<surefire.version>3.0.0-M6</surefire.version>
852
<wagon.ssh.version>2.12</wagon.ssh.version>
853
<xml.maven.version>1.0.1</xml.maven.version>
854
- <spotless.version>2.22.2</spotless.version>
+ <spotless.version>2.22.5</spotless.version>
855
<maven-site.version>3.12.0</maven-site.version>
856
<!-- compression -->
857
<aircompressor.version>0.21</aircompressor.version>
@@ -2793,6 +2793,13 @@
2793
</format>
2794
</formats>
2795
</configuration>
2796
+ <executions>
2797
+ <execution>
2798
+ <goals>
2799
+ <goal>check</goal>
2800
+ </goals>
2801
+ </execution>
2802
+ </executions>
2803
</plugin>
2804
</plugins>
2805
<extensions>
0 commit comments