demoing building a groovy test sources jar using gradle
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.gitignore
README.md
build.gradle

README.md

demo

This is the tiniest demo of building a runnable jar from gradle for a groovy project.

cd gradle-executable-jar-demo
gradle testJar
java -jar gradle-executable-jar-demo-1.0-test.jar # "Hi from test"