如何修复警告:-c已被弃用

时间:2019-07-17 14:28:54

标签: scala maven scalatest scala-maven-plugin

我正在做mvn clean install并收到此错误:

[INFO] --- scalatest-maven-plugin:1.1.3:test (test) @ tests ---
WARNING: -c has been deprecated and will be reused for a different (but still very cool) purpose in ScalaTest 2.0. Please change all uses of -c to -P.
An exception or error caused a run to abort. This may have been caused by a problematic custom reporter.
java.lang.IncompatibleClassChangeError: class org.objectweb.asm.tree.ClassNode has interface org.objectweb.asm.ClassVisitor as super class

0 个答案:

没有答案