Re: Release of QDox - bumping min Java version to 17.

2025-08-23 Thread Paul Hammant
11 ok for now then, try not to bump to 17 … subj line was “off by 6” ? On Sat, Aug 23, 2025 at 2:49 PM Slawomir Jaranowski wrote: > Hi, > > Many of Maven plugins are targeted to build to JDK 8, but plugins are > used to build projects which can use newer JDK. > > So plugins must be targeted to m

Re: Release of QDox - bumping min Java version to 17.

2025-08-23 Thread Slawomir Jaranowski
Hi, Many of Maven plugins are targeted to build to JDK 8, but plugins are used to build projects which can use newer JDK. So plugins must be targeted to minimum JDK use by projects which use plugins. Like in maven-plugin-tools, where we have an issue: https://github.com/apache/maven-plugin-tools