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 2169fbd commit 5df175aCopy full SHA for 5df175a
pom.xml
@@ -880,5 +880,27 @@ limitations under the License.
880
</plugins>
881
</build>
882
</profile>
883
+ <profile>
884
+ <id>format-check</id>
885
+ <activation>
886
+ <property>
887
+ <name>env.CI</name>
888
+ </property>
889
+ </activation>
890
+ <properties>
891
+ <spotless.action>check</spotless.action>
892
+ </properties>
893
+ </profile>
894
895
+ <id>format</id>
896
897
898
+ <name>!env.CI</name>
899
900
901
902
+ <spotless.action>apply</spotless.action>
903
904
905
</profiles>
906
</project>
0 commit comments