Skip to content

Releases: razvn/jacoco-to-cobertura-gradle-plugin

v1.2.0

09 Jul 14:38
1cfd1d8
Compare
Choose a tag to compare
  • Cleaned-up and modernized. H/T @bddckr
  • configuration change [Breaking]: see readme for details
  • update to Kotlin 1.9.0 & Gradle 8.2

v1.1.2

13 Jan 07:44
Compare
Choose a tag to compare
  • Remove debugging prints forgot

v1.1.1

09 Jan 14:59
6a8dca3
Compare
Choose a tag to compare
  • Add verbose option that prints some output when set to true otherwise if everything runs ok no output is produced
  • Creates the output directories needed (if possible).
  • Add support for Kotlin Android sourceSet. H/T @fadookie

v1.1.0

20 Oct 21:26
Compare
Choose a tag to compare
  • Add split by package property to split in multiple xml files (to avoid Gitlab 10MB limit per file). H/T @DrewCarlson
  • Fix: replace getByName with findByName for avoiding exception in KMM project. H/T @DrewCarlson

v1.0.2

06 Sep 22:27
f355cba
Compare
Choose a tag to compare
  • Fixes error in kotlin multiplatform projects while detecting the source sets

v1.0.1

01 Jul 18:57
Compare
Choose a tag to compare
  • Fixes error if multiple sourceinfo elements

v1.0.0

28 Jun 19:15
3345eab
Compare
Choose a tag to compare
  • Initial release version
  • configuration change [Breaking]: intputFile and outputFile now take a File as param instead of string path

v0.9.1

20 Jun 12:22
Compare
Choose a tag to compare

Fix default output filename in the initial 0.9.0 release