godot.gradle.exception.GraalNativeImageToolNotFountException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-gradle-plugin Show documentation
Show all versions of godot-gradle-plugin Show documentation
Godot gradle plugin for kotlin language support.
The newest version!
package godot.gradle.exception
class GraalNativeImageToolNotFountException : IllegalArgumentException(
"native-image tool not set! Make sure you've either set the GRAALVM_HOME environment variable or set the graalVmDirectory. For more information, visit: https://godot-kotl.in/en/stable/user-guide/advanced/graal-vm-native-image"
)