Closed vupham04 closed 1 year ago
apparently, org.scoverage 6.0.0 and above only supports gradle 7.0+. also scoverageScalaVersion should be set in the format 2.12.xx. (scoverageScalaVersion = 2.12.xx) for gradle-scoverage be able parse the appropriate package to download. because of that, I will close this issue
Hi, I tried to run scoverage, using org.scoverage 7.0.0, scoverageScalaVersion = 2.12, scoverageVersion = 1.4.1, yet it shows an error that
Could not find org.scoverage:scalac-scoverage-runtime_2:1.4.1
In maven: https://repo.maven.apache.org/maven2/org/scoverage/, I found no scalac-scoverage-runtime_2 folder
Could this error appear because we use $scalaBinaryVersion for scalac-scoverage-runtime rather than $scalaFullVersion?
https://github.com/scoverage/gradle-scoverage/blob/3021528fa7cfc46440a74f5a8df8cff18653cf42/src/main/groovy/org/scoverage/ScoveragePlugin.groovy#L73