Closed helfper closed 3 years ago
Since version 1.4.6, scalac-scoverage uses the Scala full version in scalac-scoverage-plugin and the Scala binary version in scalac-scoverage-runtime: https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v1.4.6
This PR makes the Gradle plugin to correctly detect or read the configured Scala full version and use the full or binary version where appropriate.
Closes #152
Could there be a new release for this change? :)
6.0.0 now published to maven central - please could you see if it helps?
thanks, Stu
It's looking good, thanks!
Since version 1.4.6, scalac-scoverage uses the Scala full version in scalac-scoverage-plugin and the Scala binary version in scalac-scoverage-runtime: https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v1.4.6
This PR makes the Gradle plugin to correctly detect or read the configured Scala full version and use the full or binary version where appropriate.
Closes #152