Re: Failed to build Kafka using IntelliJ

2014-05-16 Thread Sheng Wang
Tim, Changing the scala version to 2.9.2 in gradle.properities solved the problem. Thanks a lot for the help! Regards, Sheng On Wed, May 14, 2014 at 11:43 PM, Timothy Chen wrote: > It seems like that you generated your idea files you were on a > different scala version than what you configur

Re: Failed to build Kafka using IntelliJ

2014-05-15 Thread Timothy Chen
It seems like that you generated your idea files you were on a different scala version than what you configured it to be. Can you try to set your scala version to 2.9.2 in your gradle.properties, and do a ./gradlew clean idea, and try again? Tim On Tue, May 13, 2014 at 11:26 PM, Sheng Wang wro