You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin doesn't work with with Scala version 2.13.16. My build.gradle looks like the following:
plugins {
id "org.scoverage" version "8.1"
}
scoverage {
scoverageVersion = '2.3.0'
scoverageScalaVersion = '2.13.16'
}
running with ./gradlew clean assemble -PscalaVersions=2.13.16:
* What went wrong:
A problem occurred configuring project ':server'.
> Could not determine the dependencies of task ':server:compileScoverageScala'.
> Could not resolve all task dependencies for configuration ':server:scoverage'.
> Could not find org.scoverage:scalac-scoverage-runtime_2.13.16:2.3.0.
Searched in the following locations:
- https://artifactory.company.com/artifactory/virttrunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/scalac-scoverage-runtime_2.13.16-2.3.0.pom
- https://artifactory.company.com/artifactory/virttrunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/scalac-scoverage-runtime_2.13.16-2.3.0.jar
- https://artifactory.company.com/artifactory/virttrunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/ivy.xml
- https://artifactory.company.com/artifactory/virttrunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/scalac-scoverage-runtime_2.13.16.jar
- https://artifactory.company.com/artifactory/bronze/trunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/ivy.xml
- https://artifactory.company.com/artifactory/bronze/trunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/scalac-scoverage-runtime_2.13.16-2.3.0.jar
- https://artifactory.company.com/artifactory/bronze/trunk/org/scoverage/scalac-scoverage-runtime_2.13.16/2.3.0/scalac-scoverage-runtime_2.13.16.jar
Required by:
project :server
Something is wrong when the version resolves to get scalac-scoverage-runtime package. scalac-scoverage-runtime_2.13.16 doesn't exist, but scalac-scoverage-runtime_2.13 exist. Any idea what's going wrong?
The text was updated successfully, but these errors were encountered:
Hi,
The plugin doesn't work with with Scala version 2.13.16. My build.gradle looks like the following:
running with
./gradlew clean assemble -PscalaVersions=2.13.16
:Something is wrong when the version resolves to get
scalac-scoverage-runtime
package. scalac-scoverage-runtime_2.13.16 doesn't exist, butscalac-scoverage-runtime_2.13
exist. Any idea what's going wrong?The text was updated successfully, but these errors were encountered: