You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Georgi Stoyanov <gs...@live.com> on 2018/04/24 09:17:47 UTC

Use gradle with flink

Hi guys,
I’m wondering is it possible to setup my java flink application with gradle? I’m confused cause everywhere win the stackoverflow/documentation is used maven only :/

Kind Regards,
Georgi Stoyanov



Re: Use gradle with flink

Posted by Fabian Hueske <fh...@gmail.com>.
You can certainly setup and build Flink applications with Gradle.

However the bad news is, the Flink project does not provide a
pre-configured Gradle project/configuration yet.
The good news is, the community is working on that [1] and there's already
a PR [2] (opened 19 hours ago).

Btw. besides Maven, there's also an SBT configuration for Flink Scala
projects [3].

Best,
Fabian

[1] https://issues.apache.org/jira/browse/FLINK-9222
[2] https://github.com/apache/flink/pull/5900/files
[3]
https://ci.apache.org/projects/flink/flink-docs-release-1.4/quickstart/scala_api_quickstart.html

2018-04-24 12:46 GMT+02:00 Ted Yu <yu...@gmail.com>:

> Currently only maven build is supported.
>
> -------- Original message --------
> From: Georgi Stoyanov <gs...@live.com>
> Date: 4/24/18 2:17 AM (GMT-08:00)
> To: user@flink.apache.org
> Subject: Use gradle with flink
>
> Hi guys,
> I’m wondering is it possible to setup my java flink application with
> gradle? I’m confused cause everywhere win the stackoverflow/documentation
> is used maven only :/
>
> Kind Regards,
> Georgi Stoyanov
>
>
>

Re: Use gradle with flink

Posted by Ted Yu <yu...@gmail.com>.
Currently only maven build is supported.
-------- Original message --------From: Georgi Stoyanov <gs...@live.com> Date: 4/24/18  2:17 AM  (GMT-08:00) To: user@flink.apache.org Subject: Use gradle with flink 




Hi guys,
I’m wondering is it possible to setup my java flink application with gradle? I’m confused cause everywhere win the stackoverflow/documentation is used maven only :/




Kind Regards,
Georgi Stoyanov