jenkinsci / discord-notifier-plugin

A post-build plugin that sends the build status to a Discord channel.
https://plugins.jenkins.io/discord-notifier/
MIT License
50 stars 25 forks source link

Allow compiling the plugin on Java 20 #110

Closed NotMyFault closed 1 year ago

NotMyFault commented 1 year ago

Miscellaneous modernization to allow building the plugin with Java 20 and to comply with Jenkins best plugin practices.

The build will fail, because of my needed Jenkinsfile modifications, but ci.jenkins.io blocking these modifications from people without write access to a repository. Once merged, the build turns green.

Closes #108 Closes #107 Closes #95 Closes #109

cc @KocproZ