jonatan-ivanov / fatjar-cli

A simple example to pack your project into a fat jar and run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatjar-cli

A simple example to pack your project into a fat jar and run.

Run as a script

./src/main/groovy/fatjar-cli.groovy hello

Build and run as a jar

./gradlew clean build
java -jar build/libs/fatjar-cli.jar hello

About

A simple example to pack your project into a fat jar and run


Languages

Language:Groovy 100.0%