ABOUT
- develop simple Java application with Gradle
USAGE
# DO (download the zip file)
wget https://github.com/cnruby/gradle_java/archive/v0.103.1.zip -O gradle_java-0.103.1.zip
# DO (unzip the file)
unzip gradle_java-0.103.1.zip && cd gradle_java-0.103.1
```bash
# 1. Usage for the project
# DO (build and run the application `App`)
./gradlew run
# 2. Usage for OS
# DO (Install the project as a distribution as-is)
./gradlew installDist
# DO (run the application `App` for Ubuntu OS)
./build/install/_gradle_java/bin/basic_103
# DO (run the application `App` for Winsows OS)
./build/install/_gradle_java/bin/basic_103.bat