Releases: scoverage/gradle-scoverage
Releases · scoverage/gradle-scoverage
4.1.0
- Make the plugin compatible with Palantir's consistent versions plugin
4.0.2
- Fix ScoverageReport task inputs declaration (@CristianGM)
- Allow dependency project not to use scoverage (@JozoVilcek)
Thanks both.
4.0.1
- 4.0.0 does not work with scala 2.11 (#125)
- De-duplicate coverage files
- Annotate ScoverageRunner for use with Gradle 6.0
4.0.0
- support for scala 2.13.1 (#106, #109)
- support for
java-platform
(#121)
- cannot configure check task (#120)
- do not automatically apply the plugin to subprojects (#118)
With thanks to @eyalroth for many fixes.
3.2.0
- Fix #112 - specific module in multi module project without normal compilation
- Better scala version detection
Thanks to @eyalroth for the changes.
3.1.5
- Fixes a remaining 2.11 bug (thanks @alisiikh)
3.1.4
- restores support for Scala 2.11 (#94)
3.1.3
- restores support for Java sources (thanks @alisiikh)
3.1.2
- Fixed bug: ConcurrentModificationException during project evaluation - thanks @alisiikh
3.1.1
- fix publishing to maven central