Skip to content

Commit

Permalink
Remove file-based Spotless activation (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Apr 24, 2023
1 parent 21d03e9 commit 5f8c1b8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1454,17 +1454,6 @@
</plugins>
</build>
</profile>
<profile>
<id>spotless-execution</id>
<activation>
<file>
<exists>.mvn_exec_spotless</exists>
</file>
</activation>
<properties>
<spotless.check.skip>false</spotless.check.skip>
</properties>
</profile>

<profile>
<!-- a profile that disables as much testing as possible whilst still producing the artifacts -->
Expand Down

0 comments on commit 5f8c1b8

Please sign in to comment.