Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 214 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 214 Bytes

MVP for tiniest self-contained groovy application, as a jar-archive

Build

$ gradle uberjar

Run

$ java -jar .\build\libs\tempest.jar

Why?

Because apparently this is super hard in 2018.