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

Make GraalVM installation check lazy #345

Merged
merged 1 commit into from Oct 26, 2022

Conversation

sdeleuze
Copy link
Collaborator

add-reachability-metadata goal can now be run with a regular JDK.

Closes gh-327

add-reachability-metadata goal can now be run with a regular JDK.

Closes graalvmgh-327
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 24, 2022
@sdeleuze
Copy link
Collaborator Author

@aclement Please give your agreement for merging this PR.

@aclement
Copy link
Collaborator

looks good to me.

@@ -360,4 +352,12 @@ private static Xpp3Dom findOrAppend(Xpp3Dom parent, String childName) {
return child;
}

private static String getGraalvmJava() {

Choose a reason for hiding this comment

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

Nit: Shouldn't this better be camel-cased like getGraalVmJava?

@dnestoro dnestoro merged commit d2ff7e2 into graalvm:master Oct 26, 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.

Unnecessary eager check for GraalVM installation breaks builds when using other JDKs
5 participants