scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 38 forks source link

Use Scala full version in plugin and binary version in runtime #155

Closed helfper closed 3 years ago

helfper commented 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

tnielens commented 3 years ago

Could there be a new release for this change? :)

maiflai commented 3 years ago

6.0.0 now published to maven central - please could you see if it helps?

thanks, Stu

tnielens commented 3 years ago

It's looking good, thanks!