Scala Compilation Errors with Flink code in IntelliJ. Builds fine with Maven command line.

2023-05-11 Thread Brandon Wright
I clone the Flink git repository, master branch, I configure a Java 8 JDK, and I can build the flink project successfully with: mvn clean package -DskipTests However, when I load the project into IntelliJ, and try to compile the project and run the Scala tests in the IDE I get a lot of compilat

Re:Scala Compilation Errors with Flink code in IntelliJ. Builds fine with Maven command line.

2023-05-12 Thread Brandon Wright
Thank you so much Wencong Liu, that fixed it!!! Sent with Proton Mail secure email. --- Original Message --- On Thursday, May 11th, 2023 at 11:11 PM, Wencong Liu wrote: > > > Hi Brandon Wright, > > > I think you could try the following actions in IntelliJ IDE