Commit 115bbcd
committed
Fix identification of the GraalVM executable
This commit fixes a bug with the identification of the native image
executable, when the GraalVM JDK is found via a Gradle toolchain:
it was looking for the executable at the root of the installation
path instead of the `bin` directory.1 parent 9c46449 commit 115bbcd
File tree
1 file changed
+1
-1
lines changed- native-gradle-plugin/src/main/java/org/graalvm/buildtools/gradle/tasks
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments