Skip to content

Add a check for the minimal GraalVM version#353

Merged
melix merged 1 commit intograalvm:masterfrom
sdeleuze:requiredVersion
Oct 31, 2022
Merged

Add a check for the minimal GraalVM version#353
melix merged 1 commit intograalvm:masterfrom
sdeleuze:requiredVersion

Conversation

@sdeleuze
Copy link
Copy Markdown
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

@sdeleuze sdeleuze requested review from dnestoro and melix October 28, 2022 14:14
@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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