IDEA运行scala程序报错:Error:scalac: bad option: '-make:transitive'

转发:https://blog.csdn.net/bigdata_mining/article/details/80103308

解决方案:

1)找到你该项目的所在目录,进入这个项目根目录下;

2)执行命令:cd .idea;

3)打开scala_compiler.xml文件,将此行<parameter value="-make:transitive" />注释掉;

4)重启IDEA即可。

posted @ 2019-10-12 11:27  糖醋排骨加辣椒  阅读(800)  评论(0编辑  收藏  举报