File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ limitations under the License.
346
346
<mavenFluidoSkinVersion >2.0.1</mavenFluidoSkinVersion >
347
347
<mavenSurefireVersion >3.5.2</mavenSurefireVersion >
348
348
<junit5Version >5.11.4</junit5Version >
349
- <spotless .action>check </spotless .action>
349
+ <spotless .action>apply </spotless .action>
350
350
<sisuMavenPluginVersion >0.9.0.M3</sisuMavenPluginVersion >
351
351
<invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
352
352
</properties >
@@ -865,27 +865,5 @@ limitations under the License.
865
865
</plugins >
866
866
</build >
867
867
</profile >
868
- <profile >
869
- <id >format-check</id >
870
- <activation >
871
- <property >
872
- <name >!format</name >
873
- </property >
874
- </activation >
875
- <properties >
876
- <spotless .action>check</spotless .action>
877
- </properties >
878
- </profile >
879
- <profile >
880
- <id >format</id >
881
- <activation >
882
- <property >
883
- <name >format</name >
884
- </property >
885
- </activation >
886
- <properties >
887
- <spotless .action>apply</spotless .action>
888
- </properties >
889
- </profile >
890
868
</profiles >
891
869
</project >
You can’t perform that action at this time.
0 commit comments