Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-sridhar authored Mar 21, 2020
1 parent 4249024 commit 28bc2cc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Simple Gradle Java APP
Simple Java App Created with Gradle

## Cloning the Code

Clone this code into your local using the following command

`git clone https://github.com/aditya-sridhar/simple-gradle-java-app.git`

## Building the Application

The application can be built using the following command

**Windows** : `gradlew.bat build`

**Linux/MacOS**: `./gradlew build`

## Running the Application

The application can be run using the following command

**Windows** : `gradlew.bat run`

**Linux/MacOS**: `./gradlew run`

## Tests

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*

0 comments on commit 28bc2cc

Please sign in to comment.