Re: Re: Tips to fix IDEA strange problem after updating master code

2017-07-06 Thread Stephan Ewen
Is it possible to not use a profile for that, but only an actual property variable? Or do we use different dependencies with Scala 2.10 vs Scala 2.11 ? On Tue, Jul 4, 2017 at 11:23 AM, 郭健 wrote: > After deactivating scala-2.10 profile in IntelliJ, this issue is gone. > Thank you all. > > On 7/4

Re: Re: Tips to fix IDEA strange problem after updating master code

2017-07-04 Thread 郭健
After deactivating scala-2.10 profile in IntelliJ, this issue is gone. Thank you all. On 7/4/17, 17:11, "Piotr Nowojski" wrote: Maybe try $ mvn clean Before reimporting and restarting/invalidating caches in IntelliJ? Did you deactivate scala-2.10 profile in the IntelliJ?

Re: Re: Tips to fix IDEA strange problem after updating master code

2017-07-04 Thread 郭健
I have done all these but still got some issue in IDEA, especially in the flink-connector project. On 7/4/17, 15:57, "Piotr Nowojski" wrote: Besides deactivating “scala-2.10” profile in the Intellij it might be necessary to: - reimport maven project: 1. Right click on root