Skip to content

Commit

Permalink
Remove spotless.check.skip from quick-build profile (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 3, 2023
1 parent 61d8400 commit f562b61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,6 @@
<properties>
<skipTests>${release.skipTests}</skipTests>
<spotbugs.skip>${release.skipTests}</spotbugs.skip>
<spotless.check.skip>${release.skipTests}</spotless.check.skip>
<invoker.skip>${release.skipTests}</invoker.skip>
</properties>
<build>
Expand Down Expand Up @@ -1466,7 +1465,6 @@
<enforcer.skip>true</enforcer.skip>
<access-modifier-checker.skip>true</access-modifier-checker.skip>
<invoker.skip>true</invoker.skip>
<spotless.check.skip>true</spotless.check.skip>
<checkstyle.skip>true</checkstyle.skip>
<yarn.lint.skip>true</yarn.lint.skip>
</properties>
Expand Down

0 comments on commit f562b61

Please sign in to comment.