Skip to content

Releases: arturdm/jacoco-android-gradle-plugin

0.1.5

28 Jun 23:49
Compare
Choose a tag to compare
  • Migrate to GitHub Actions
  • Migrate to Sonatype Nexus (use apply plugin: 'com.dicedmelon.gradle.jacoco-android' now instead of apply plugin: 'jacoco-android' and use different repositories)

0.1.4

25 Feb 23:40
Compare
Choose a tag to compare
  • Support Kotlin (fixes #37 #26)
  • Support Gradle 5.0 (fixes #54)
  • Use variant.getJavaCompileProvider() if available (fixes #58)

0.1.3

13 Apr 10:01
b976c3c
Compare
Choose a tag to compare
  • Make the plugin work with latest tools (#42)

0.1.2

27 May 09:14
Compare
Choose a tag to compare
  • Fix a bug when variants had common name parts (fixes #16)

0.1.1

29 Nov 19:28
Compare
Choose a tag to compare
  • Make it possible to use the plugin with Java 7 (fixes #11)
  • Provide default name patterns for classes to be excluded from report generation.
    Currently, these patterns include Android, Dagger 2 and Butter Knife generated classes.
  • Allow user to toggle report generation for specified type
    (e.g. jacocoAndroidUnitTestReport { csv.enabled true }).

0.1.0

13 Sep 14:56
Compare
Choose a tag to compare
Merge pull request #5 from arturdm/feature/add-source-jar-publish

Add sources jar