jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Enable quality check plugins with functions #222

Closed alextu closed 1 year ago

alextu commented 1 year ago

This avoids applying the plugin(s) if not explicitly required by exposing functions instead of boolean flags. See original discussion https://github.com/jenkinsci/gradle-jpi-plugin/pull/220#issuecomment-1466458399

sghill commented 1 year ago

Thanks @alextu! This was released as 0.48.0-rc.3 if you'd like to test it out. I usually run with the candidate for about a week and promote to release if there are no issues.

sghill commented 1 year ago

0.48.0 was released today with this change