Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Gradle Java APP

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

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

About

Simple Java App Created with Gradle

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages