Hi David,
Thanks for this useful information. This unblocked and now locally build is
successful which was not the case earlier.
I have a few more questions though.
- Are there any requirements for the maven and / or plugin version ?
- Another error says *Failure to find org.apache.kafka:k
Flink only officially supports Scala 2.12 up to 2.12.7 -- you are running
into the binary compatibility check, intended to keep you from unknowingly
running into problems. You can disable japicmp, and everything will
hopefully work:
mvn clean install -DskipTests -Djapicmp.skip -Dscala-2.12
-Dscala
Hi
First of all, I do understand that I am using a very old version. But as of
now the team can not help it. We need to move to Scala 2.12 first and then
we will move forward towards the latest version of Flink.
I have added following things to main pom.xml
2.11.12
2.11
Under Scala-2.11
remov