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

Add a check for the minimal GraalVM version #353

Merged
merged 1 commit into from Oct 31, 2022

Conversation

sdeleuze
Copy link
Collaborator

This commit adds a new Gradle and Maven requiredVersion configuration option that specifies the minimal GraalVM version and can be set to MAJOR, MAJOR.MINOR or MAJOR.MINOR.PATCH.

Closes gh-346

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 28, 2022
Copy link
Collaborator

@melix melix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if it works for dev (snapshot) versions too.

@sdeleuze
Copy link
Collaborator Author

It works for snapshots, this is tested in checkGraalVMCEDevVersion().

This commit adds a new Gradle and Maven requiredVersion configuration
option that specifies the minimal GraalVM version and can be set to
MAJOR, MAJOR.MINOR or MAJOR.MINOR.PATCH.

Closes graalvmgh-346
@sdeleuze
Copy link
Collaborator Author

@melix I think I have taken in account your feedback, please let me know if that's ok or if you think I should change something else.

@melix melix merged commit c4762a7 into graalvm:master Oct 31, 2022
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.

Add a check for the minimal GraalVM version
2 participants