Thanks Nico.
I will let you know the results
Op do 20 jan. 2022 om 10:39 schreef Nico Kruber :
> Hi,
> unfortunately, the gradle example in the docs has grown a bit old [1] and
> I
> haven't gotten around to updating it yet. Nonetheless, we are using an
> updated
> version internally and so far
Hi,
unfortunately, the gradle example in the docs has grown a bit old [1] and I
haven't gotten around to updating it yet. Nonetheless, we are using an updated
version internally and so far this has been working fine. The latest project
we've been using this at is available at:
https://github.com
Hi
For my first project I followed :
https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/datastream/project-configuration/
where there a build.gradle example
I created a directory, entered into it and did gradle init.
The I created the build.gradle as per the example.
I opened th