[
https://issues.apache.org/jira/browse/FLINK-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448452#comment-16448452
]
ASF GitHub Bot commented on FLINK-9222:
---------------------------------------
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
----
> Add a Gradle Quickstart
> -----------------------
>
> Key: FLINK-9222
> URL: https://issues.apache.org/jira/browse/FLINK-9222
> Project: Flink
> Issue Type: Improvement
> Components: Quickstarts
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Critical
>
> Having a proper project template helps a lot in getting dependencies right.
> For example, setting the core dependencies to "provided", the connector /
> library dependencies to "compile", etc.
> The Maven quickstarts are in good shape by now, but there is none for Gradle
> and Gradle users to get this wrong quite often.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)