Skip to content

Commit

Permalink
Merge pull request #296 from basil/spotless-activation
Browse files Browse the repository at this point in the history
Activate Spotless via Maven property rather than file
  • Loading branch information
TobiX authored Apr 19, 2023
2 parents 9e1ecfc + 11377ee commit b62e517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file removed .mvn_exec_spotless
Empty file.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.59</version>
<version>4.61</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -45,6 +45,7 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>

<!-- For RequireUpperBoundDeps -->
Expand Down

0 comments on commit b62e517

Please sign in to comment.