Skip to content

Commit 8289e10

Browse files
committed
Enable spotless check
jenkinsci#175 intentionally disabled spotless checking so that the parent pom update could be merged. Enable spotless checking again.
1 parent 36e201d commit 8289e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3030
<jenkins.baseline>2.479</jenkins.baseline>
3131
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
32-
<spotless.check.skip>true</spotless.check.skip>
32+
<spotless.check.skip>false</spotless.check.skip>
3333
</properties>
3434

3535
<dependencyManagement>

0 commit comments

Comments
 (0)