stevedlawrence commented on pull request #505: URL: https://github.com/apache/daffodil/pull/505#issuecomment-817809118
Current build errors: ``` [error] ## Exception when compiling 3 sources to /home/runner/work/daffodil/daffodil/daffodil-propgen/target/scala-2.12/classes [error] java.lang.NoSuchMethodError: scala.tools.nsc.Global.reporter()Lscala/tools/nsc/reporters/Reporter; [error] scoverage.ScoverageInstrumentationComponent$$anon$1.run(plugin.scala:119) [error] scala.tools.nsc.Global$Run.compileUnitsInternal(Global.scala:1511) ``` The build failures are related to scoverage, which does not support Scala 2.12.13 yet: https://github.com/scoverage/sbt-scoverage/issues/321 Will need to revisit upgrading scala version when that issue is resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
