Skip to content

Babbie/gradle-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example application of my blog post:

You can package the application by running one of the following commands at command prompt:

gradle assemble (runs only the tasks required to create the jar file)
gradle build (runs the full build)

Both commands create a jar file called first-java-project.jar to the build/libs directory.

You can run the application by running the following command at command prompt:

java -jar first-java-project.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%