jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Raise Minimum JDK to 11 #232

Closed sghill closed 8 months ago

sghill commented 8 months ago

Simpler alternative to #231, requiring less config. Allows for upgrading to the latest versions of tooling by dropping support for JDK 8.

This aligns with the maven toolchain requiring JDK 11+. Also raises the minimum Jenkins version used in tests to the currently recommended baseline.

sghill commented 8 months ago

Closes #231