spring-guides / gs-gradle

Building Java Projects with Gradle :: Learn how to build a Java project with Gradle.

Home Page:http://spring.io/guides/gs/gradle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This tutorial is out of date

donhuvy opened this issue · comments

commented

It should use Gradle 4.8.1 , JDK 10, and Joda time is no need since Java 8 Date time API

commented

In my environment, "./gradlew" doesn't work with "$ gradle wrapper --gradle-version 2.13" because it might be too old version. I think it is better to update the document for beginners like me.

Well it seems that this repo is dead...

Issues and Pull requests are being ignored :(

and the build only works if build.gradle specifies:

mainClassName = 'main.java.hello.HelloWorld'

Sorry everyone for the delay. This is superseded by #29 that got merged.