groovy-native

Skeleton Gradle build for Groovy native compilation

MIT License

Stars
6

groovy-native

Gradle skeleton to compile natively a Groovy app with Graal native compiler inspired by GraalVM with Groovy and Grape - creating native image of a standalone script.

Quick start

Compile the application with the command:

./gradlew nativeImage

Run it with the command:

./build/graal/hello-graal 

Links