Skip to content

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

License

Notifications You must be signed in to change notification settings

abitofhelp/simpleshadow

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages