jenkinsci / office-365-connector-plugin

Office 365 Connector plugin sends jobs status notifications to Microsoft Teams or Outlook
https://plugins.jenkins.io/Office-365-Connector/
Apache License 2.0
89 stars 86 forks source link

Remove Java 11 from build matrix #290

Closed basil closed 2 years ago

basil commented 2 years ago

Recent versions of PowerMock (which are needed for recent versions of the parent POM, which are needed for critical bug fixes) do not work on Java 11. Keep the build on Java 8 only until such a time as PowerMock references can be rewritten to use mockito-inline (which does work on Java 11). CC @damianszczepanik