avelino/jbundle
Package JVM applications into self-contained binaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | jbundle version to install (e.g., v0.2.0). Defaults to latest release. | no | latest |
| input | Path to project directory or JAR file | no | — |
| output | Output binary path | no | — |
| java-version | JDK version to bundle (11, 17, 21, etc.) | no | — |
| target | Target platform (linux-x64, linux-aarch64, macos-x64, macos-aarch64) | no | — |
| profile | JVM profile (cli or server) | no | — |
| shrink | Shrink uberjar by removing non-essential files | no | — |
| args | Additional arguments passed to jbundle build | no | — |
| install-only | Only install jbundle, don't run build | no | false |
Outputs
| name | description |
|---|---|
| binary | Path to the output binary |
| version | Installed jbundle version |