jenkinsci / theme-manager-plugin

Adds theme management to Jenkins, at a global or user level
https://plugins.jenkins.io/theme-manager/
MIT License
13 stars 15 forks source link

Activate Spotless via Maven property rather than file #190

Closed basil closed 1 year ago

basil commented 1 year ago

Many thanks for adopting the standard Spotless configuration, which has enabled me to streamline its activation in plugin parent POM 4.61. It is now possible to delete .mvn_exec_spotless and add <spotless.check.skip>false</spotless.check.skip> instead, which I think makes for a more readable configuration.