Skip to content

Project--"basic_102"--for--The--Release

Choose a tag to compare

@github-actions github-actions released this 20 Dec 08:47

ABOUT

  • develop simple Java application with Gradle

USAGE

  # DO (download the zip file)
  wget https://github.com/cnruby/gradle_java/archive/v0.102.1.zip -O gradle_java-0.102.1.zip

  # DO (unzip the file)
  unzip gradle_java-0.102.1.zip && cd gradle_java-0.102.1

  # 1. Usage for the project

  # DO (build and run the application `App`)
  ./gradlew run

  # 2. Usage for OS

  # DO (Bundle the project as a distribution)
  ./gradlew distZip

  # DO (Unzip the distribution)
  unzip build/distributions/_gradle_java.zip

  # DO (run the application `App` for Ubuntu OS)
  ./_gradle_java/bin/basic_102

  # DO (run the application `App` for Winsows OS)
  ./_gradle_java/bin/basic_102.bat