Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/groovy-cli-graalvm-hello-world

A POC for graalvm using native-image to build a standalone executable binary.
https://github.com/bearddan2000/groovy-cli-graalvm-hello-world

cli graalvm groovy grroovy hello maven native-image world

Last synced: about 1 month ago
JSON representation

A POC for graalvm using native-image to build a standalone executable binary.

Awesome Lists containing this project

README

        

# grroovy-cli-graalvm-hello-world

## Description
A POC for graalvm using native-image to build a standalone executable binary.

## Tech stack
- groovy
- maven
- native-image

## Docker stack
- gradle
- ghcr.io/graalvm/graalvm-ce:ol8-java11-22.3.3

## To run
`sudo ./install.sh -u`

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`