Skip to content

Commit

Permalink
[JENKINS-72956] Skip Spotless in quick-build profile (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
  • Loading branch information
daniel-beck and daniel-beck committed Apr 5, 2024
1 parent 1c026c4 commit 87c2822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -1010,6 +1010,7 @@
<!-- we can not use maven.test.skip because we may be producing a test jar -->
<skipTests>true</skipTests>
<spotbugs.skip>true</spotbugs.skip>
<spotless.skip>true</spotless.skip>
<enforcer.skip>true</enforcer.skip>
<access-modifier-checker.skip>true</access-modifier-checker.skip>
<invoker.skip>true</invoker.skip>
Expand Down

0 comments on commit 87c2822

Please sign in to comment.