⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

plugin: Try to get "jdk 1.8" from toolchains.xml, bump Maven to >= 3.3.9#173

Open
kohlschuetter wants to merge 1 commit intoluontola:masterfrom
kohlschutter:ck/toolchainjdk
Open

plugin: Try to get "jdk 1.8" from toolchains.xml, bump Maven to >= 3.3.9#173
kohlschuetter wants to merge 1 commit intoluontola:masterfrom
kohlschutter:ck/toolchainjdk

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