Simple Java App Created with Gradle
Please read this Article to make the best use of this git repo
https://adityasridhar.com/posts/how-to-get-started-with-gradle
Clone this code into your local using the following command
git clone https://github.com/aditya-sridhar/simple-gradle-java-app.git
The application can be built using the following command
Windows : gradlew.bat build
Linux/MacOS: ./gradlew build
The application can be run using the following command
Windows : gradlew.bat run
Linux/MacOS: ./gradlew run
After the Application is built using the Build command, the test results report can be found in below file build/reports/tests/test/index.html