-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
scalac-scoverage-plugin and scalac-scoverage-runtime from version 1.4.2 publish artifacts with specific scala version suffix.
see https://search.maven.org/search?q=scalac-scoverage-runtime
ATM, it is possible to use by setting scoverageScalaVersion like this.
scoverage {
scoverageScalaVersion = '2.12.13'
}
But in case scoverageScalaVersion resolved from the scala-library dependency only major part is taken:
| def scalaVersion = fullScalaVersion.substring(0, fullScalaVersion.lastIndexOf(".")) |
| scoverage("org.scoverage:scalac-scoverage-plugin_$fullScoverageVersion") |
tnielens
Metadata
Metadata
Assignees
Labels
No labels