Skip to content

Releases: SurpSG/offlins-gradle-plugin

Release 0.6.1

17 Feb 20:16
d961bc7

Choose a tag to compare

Fixed

  • #64 Fixed dependency configuration on nested projects

Release 0.6.0

06 Feb 22:19

Choose a tag to compare

0.6.0

  • Added option to exclude classes from coverage report
  • Now html report is disabled by default
  • Now xml and csv reports have default names: report.xml and report.csv

Release 0.5.0

07 Jan 22:44
5fb9fe6

Choose a tag to compare

  • Official support of Gradle 8.11 and 8.12
  • Updated default JaCoCo version to 0.8.12
  • Updated kotlin dependencies to 1.9.20
  • Min supported Gradle version was changed from 6.1 to 8.11
  • #35 Fixed issue with coverageReport task when the task fails on latest gradle

Release 0.4.0

17 Apr 19:27
573c8da

Choose a tag to compare

  • Updated default JaCoCo version to 0.8.12
  • Updated kotlin dependencies to 1.9.20
  • Official support of Gradle 8.7
  • Min supported Gradle version was changed from 6.1 to 6.9.4

Release 0.3.0

01 Mar 21:58
1bed905

Choose a tag to compare

  • Support Gradle 8
  • Min supported Gradle version was changed from 5.1 to 6.1

Release 0.2.1

27 Jul 23:32
8662ba9

Choose a tag to compare

Fixed plugin failure when project has test tasks that use the same source set

Release 0.2.0

01 Jul 17:07
e4bf8c8

Choose a tag to compare

  • collecting coverage from all test tasks
  • coverageReport task is assigned to verification group

Release 0.1.0

07 Jun 16:48
96ca8bd

Choose a tag to compare

Initial release.

Features

  • Adds JaCoCo tools and configures it in offline instrumentation mode
  • Collects tests coverage
  • Generates reports: html, xml, csv