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

Graal 20.0.0 in Windows - gu not found because extension is .cmd instead of .exe #344

Closed
pexi opened this issue May 20, 2020 · 1 comment

Comments

@pexi
Copy link

pexi commented May 20, 2020

What happened?

Running the nativeImage task fails in windows because the ExtractGraalTask.java cannot find graal updater binary. It is looking for gu.exe but in the graal distribution it is .cmd.

Using version 0.7.0 of the gradle plugin and javaVersion set to 11.

What did you want to happen?

ExtractGraalTask should look for gu.cmd instead of gu.exe

gu should be added to WINDOWS_CMD_BINARIES in ExtractGraalTask.java

@UkonnRa
Copy link

UkonnRa commented May 24, 2020

+1

machaval added a commit to machaval/gradle-graal that referenced this issue Jun 1, 2020
@bulldozer-bot bulldozer-bot bot closed this as completed in 3c87dee Jun 1, 2020
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

No branches or pull requests

2 participants