jenkinsci / groovy-events-listener-plugin

A Jenkins plugin, which executes groovy code when an event occurs.
https://plugins.jenkins.io/groovy-events-listener-plugin/
MIT License
36 stars 34 forks source link

Switch from Gradle to Maven #73

Closed basil closed 1 year ago

basil commented 1 year ago

For a while now, Gradle-based builds of Jenkins plugins have not been fully supported and the vast majority of Jenkins plugins are built with our Maven toolchain. Our release documentation assumes the use of Maven. Like we did previously with Job DSL plugin, this PR converts this plugin's build from Gradle to Maven. This should allow for a smooth release following our official documentation.