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"
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
src | ||
|
|
.gitignore | ||
|
|
README.md | ||
|
|
build.gradle | ||
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"