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
- Host: GitHub
- URL: https://github.com/pditommaso/groovy-native
- Owner: pditommaso
- License: mit
- Created: 2019-01-16T22:46:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T22:56:03.000Z (over 6 years ago)
- Last Synced: 2025-03-27T23:51:09.785Z (2 months ago)
- Topics: graal-native, graalvm, gradle, groovy
- Language: Groovy
- Homepage:
- Size: 57.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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