You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: