Releases: scoverage/gradle-scoverage
Releases · scoverage/gradle-scoverage
8.1
Thanks very much to @msigmond for contributing!
- Add support for -coverage-exclude-classlikes and -coverage-exclude-files for Scala 3
- Upgrade scoverage version to 2.1.1
- Build this plugin with Gradle 8.8
Additionally
- mark the scoverage configuration as resolvable but not consumable
8.0.2
Bugfix
- #196 Fix for checking coverage amount in non-US locale (thanks @rafalmag)
8.0.1
Bugfix
- #194 compileScoverageScala fails on Windows
8.0.0
Breaking Changes
- -PscoverageCompileOnly is no longer supported
Features
- Support for Scala 3 and Scoverage 2 (thanks @msigmond)
- Fix deprecation warnings on Gradle 8
7.0.1
- Update the publish plugin used to deploy the plugin i.e. no functional change
6.1.0
- #159 Support mixed Java/Scala modules using Java annotation processors (thanks @grollinger)
6.0.0
- Use Scala full version in plugin and binary version in runtime (thanks @helfper )
- Update to Gradle 7.1
5.0.0
- Support Scala 2.13 with Scoverage 1.4.2
- Drop support for Scala 2.11 and prior versions of Coverage
- Fix Gradle BuildCache (#147, thanks @CristianGM)