This repository contains a simple Java application to test out the Gradle build tool.
-
Clone this repo and run the following gradle build command to build the java application:
gradle build BUILD SUCCESSFUL in 26s 5 actionable tasks: 5 executed -
You can used the following command to run the applicaiton:
java -jar build/libs/java-app-1.0-SNAPSHOT.jar
💻 Part of this DevOps Bootcamp. Check it out!