GitHub user NicoK opened a pull request:
https://github.com/apache/flink/pull/5900
[FLINK-9222][docs] add documentation for setting up Gradle projects
## What is the purpose of the change
Together with https://github.com/apache/flink-web/pull/105, this will add a
project template for setting up Flink jobs via Gradle.
## Brief change log
- adapt documentation to cover Gradle for Java:
- add project file templates to the docs
- link the new quickstart
- adapt the description
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NicoK/flink flink-9222
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5900.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5900
----
commit 2d5bdb141560c74393841e02b48c75024193f8eb
Author: Nico Kruber <nico@...>
Date: 2018-04-23T16:58:15Z
[hotfix][docs] fix some typos
commit e5a3e52c660898106e615f0fbf99b2f8091e469c
Author: Nico Kruber <nico@...>
Date: 2018-04-23T16:58:28Z
[FLINK-9222][docs] add documentation for setting up Gradle projects
----
---