abitofhelp / simpleshadow

A simple application showing how to create a Kotlin application using Gradle, Kotlin DSL, and ShadowJar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleShadow

There seems to be some confusion about generating a ShadowJar's manifest file when using Kotlin DSL, so this simple application shows how I am doing it. If my method is not the idiomatic way to accomplish this task, please post your suggestions.

SimpleShdaow is a Kotlin application that properly builds a ShadowJar (aka, "fat-jar, uber-jar") using Gradle and Kotlin DSL.

The following command will launch the ShadowJar and write "Howdy!" on the terminal:

java -jar simpleshadow-1.0.0-all.jar

About

A simple application showing how to create a Kotlin application using Gradle, Kotlin DSL, and ShadowJar.

License:Other


Languages

Language:Kotlin 100.0%