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

Add Java 17 compatibility, EOL JSR 305 and bump bom baseline #85

Closed NotMyFault closed 1 year ago

NotMyFault commented 1 year ago

The change proposed adds Java 17+ compatibility at compile time, addresses the EOL state of JSR 305, and bumps the baseline to the lowest version bom supports.

Closes #84 Closes #80 Closes #72

cc @KocproZ

KocproZ commented 1 year ago

@NotMyFault thank you for the contribution