Skip to content

Conversation

kohlschuetter
Copy link

Previously, we were OK getting any JDK version from the build context.

This breaks the Maven plugin when executing with a too new Java version (e.g., 20).

Filter through the toolchains available in toolchains.xml, and use the first working one that is marked "jdk 1.8".

This change requires updating the Maven Plugin API requirement.

Previously, we were OK getting any JDK version from the build context.

This breaks the Maven plugin when executing with a too new Java version
(e.g., 20).

Filter through the toolchains available in toolchains.xml, and use the
first working one that is marked "jdk 1.8".

This change requires updating the Maven Plugin API requirement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant