renattomartins / gs-gradle

Building Java Projects with Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gs-gradle

This is a simple repository for future reference about how to use Gradle.

It was based in Building Java Projects with Gradle tutorial.

Instructions to run the application

  1. Clone this repository
  2. Run the command ./gradlew build on root folder
  3. Run the command ./gradlew run also on root folder
  4. You must see the message:

The current local time is: 14:19:00.860
Hello world!

About development environment

  • Java 1.8.0_25
  • Gradle 4.0
  • Groovy 2.4.11
  • Gradle Wrapper 2.13
  • Ant 1.9.6
  • Mac OS 10.12.5 x86_64
  • Eclipse IDE Neon 4.6.3
  • Atom 1.18.0 x64
  • Git 2.8.1
  • Tower 2.4.0 for OSx

About

Building Java Projects with Gradle


Languages

Language:Java 100.0%