Skip to content

nvrthls7-cmyk/simple-gradle-java-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%