Releases: vanniktech/gradle-android-junit-jacoco-plugin
Releases · vanniktech/gradle-android-junit-jacoco-plugin
0.16.0
- "Plugin not found" when using snapshot version #159
- Fix java classes being skipped in AGP >= 3.4 #166 (jeppeman)
- Fix slow file traversal in configuration phase #163 (fo2rist)
- Fix "Could not get unknown property 'libraryVariants'" for dynamic-feature modules #160 (igorwojda)
- Add support for Android "dynamic-feature" module type #158 (igorwojda)
0.15.0
- Fixed "No signature of method: org.gradle.api.internal.file.CompositeFileCollection$1.setFrom()" bug for mergeJacocoReports task. #157 (vasdeepika)
- Fix Gradle 6.0 deprecation warnings. #155 (vanniktech)
0.14.0
- Update dependencies. #154 (vanniktech)
- Add support for Gradle 5 #153 (henriquenfaria)
- Fix StackOverflowError with Gradle 5.0 regarding FileCollection #151 (Laimiux)
- Cope with new Android DSL to configure includeNoLocationClasses #150 (aygalinc)
- Add support for kotlin multiplatform plugin #141 (henriquenfaria)
- Remove sudo: false from travis config. #135 (vanniktech)
- Don't run tests when creating the merged test coverage report. Instead it's required to run specific tests manually before. #134 (vRallev)
0.13.0
- Update Gradle Maven Publish Plugin to 0.6.0 #132 (vanniktech)
- Integrate instrumentation tests #131 (vRallev)
- Don't apply the plugin for Android test projects #130 (vRallev)
- Use Jacoco 0.8.2 by default #129 (vRallev)
- Reapply the Jacoco version after the project has been evaluated #128 (vRallev)
- Update Plugin Publish Plugin to 0.10.0 #126 (vanniktech)
- Support all the Android / Java plugins. #124 (vanniktech)
Big thanks to Ralf for all of his work!
0.12.0
- Add the new path for Java class files in newer Android Gradle Plugin … #122 (vRallev)
- Fix id for Gradle Plugin that was added in #118 #120 (vanniktech)
- Unify setup, improve a few things and bump versions. #118 (vanniktech)
- Use Gradle Maven Publish Plugin for publishing. #117 (vanniktech)
- Instant app support #111 (dazza5000)
0.11.0
- Only include main sources in the classes directory for Java projects. #105 (vanniktech)
- Allow ignoring the module path and name #103 (vRallev)
- Ignore classes generated by the android-state library #102 (vRallev)
- Add correct Kotlin class path #101 (vRallev)
- Update Android License hash. #98 (vanniktech)
- Update plugin-publish-plugin #97 (timyates)
0.10.0
- Update JUnit Jacoco Gradle Plugin to 0.9.0 #96 (vanniktech)
- Generate csv reports #95 (alexrwegener)
- Remove deprecated method calls #94 (vRallev)
0.9.0
- Fix the class file location for the Android Gradle Plugin 3.0.0 #90 (vRallev)
- Merged test code coverage report #89 (vRallev)
- Autoexclude *_Factory classes that are generated by Dagger 2. #88 (vanniktech)
- Don't clean build again when deploying SNAPSHOTS. #86 (vanniktech)
- Update Jacoco Gradle Plugin to 0.8.0 #85 (vanniktech)
0.8.0
- Fix Jacoco generation for Java. #82 (vanniktech)
0.7.0
- Support popular JVM languages #75 (jaredsburrows)
- [Tests] - Add tests for GenerationPlugin #71 (jaredsburrows)
- Don't add jacoco tasks for ignored build variants #69 (passsy)