如何管理 scala-compiler-plugin 以在 Eclipse 中进行编译?src/scala 和 src/java 编译得很好,但是当我编译测试时,我得到
这些测试在 Eclipse 中运行得很好,我相信它是因为 Eclipse 使用的编译器中的一个标志。尝试在 maven 中编译测试时遇到相同问题的任何人?
[ERROR] MissionDataSet.scala:23: error: type mismatch;
[INFO] found : com.thegamifiers.fanwards.model.mission.objective.Objective
[INFO] required: ?{val asInstanceOf: ?}
[INFO] Note that implicit conversions are not applicable because they are ambiguous: