Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to GraalVM SDK 23.0.2 #565

Merged
merged 1 commit into from Feb 12, 2024
Merged

Upgrade to GraalVM SDK 23.0.2 #565

merged 1 commit into from Feb 12, 2024

Conversation

melix
Copy link
Collaborator

@melix melix commented Jan 31, 2024

This also removes the dependency on the SDK from the Maven plugin, since it was redundant.

@melix melix added this to the 0.10.0 milestone Jan 31, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 31, 2024
@melix melix removed this from the 0.10.0 milestone Jan 31, 2024
The Maven plugin was using the dependency at compile time, when it
should only have been used at runtime. Unfortunately, if the
dependency is added as a runtime only dependency, then the Maven
plugin loading system will fail.
Therefore, this commit changes how the JUnit Platform Native
dependency is resolved by the plugin to do it in a similar way as
what is done in the Gradle plugin, by resolving it at runtime.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants