scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
425 stars 126 forks source link

Shall we support scala 2.13.9 for v1.4.11? #504

Closed jiahuili430 closed 2 years ago

jiahuili430 commented 2 years ago

I'm trying to use gradle scoverage plugin, but it can't download scala-scoverage-plugin. Shall we support scala 2.13.9 for v1.4.11?

* What went wrong:
Execution failed for task ':actors:compileScoverageScala'.
> Could not resolve all files for configuration ':actors:scoverage'.
   > Could not find org.scoverage:scalac-scoverage-plugin_2.13.9:1.4.11.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/scoverage/scalac-scoverage-plugin_2.13.9/1.4.11/scalac-scoverage-plugin_2.13.9-1.4.11.pom
       - file:/Users/jiahuili/src/ziose/deps/scalac-scoverage-plugin_2.13.9-1.4.11.jar
       - file:/Users/jiahuili/src/ziose/deps/scalac-scoverage-plugin_2.13.9.jar
     Required by:
         project :actors

Related PR: https://github.com/scoverage/scalac-scoverage-plugin/pull/502

ckipp01 commented 2 years ago

Hey @jiahuili430, thanks for the question. Scoverage has now moved to the 2.x series and no longer maintains the 1.x series. The gradle plugin needs to be updated to support the latest scoverage, which supports 2.13.9. There is a feature request for this here, but afaik, none of the current maintainers use Gradle, so this would probably have to be an effort from the community.