An open API service indexing awesome lists of open source software.

https://github.com/pditommaso/groovy-native

Skeleton Gradle build for Groovy native compilation
https://github.com/pditommaso/groovy-native

graal-native graalvm gradle groovy

Last synced: about 2 months ago
JSON representation

Skeleton Gradle build for Groovy native compilation

Awesome Lists containing this project

README

        

# 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](https://e.printstacktrace.blog/2019/01/graalvm-groovy-grape-creating-native-image-of-standalone-script/).

## Quick start

Compile the application with the command:

./gradlew nativeImage

Run it with the command:

./build/graal/hello-graal

### Links
- https://github.com/palantir/gradle-graal
- https://medium.com/palantir/first-steps-with-graal-and-substrate-vm-193f8a8bf60e