- Fix Gradle 7.6 Compatibility - #32
- Update dependency versions
- Technical release, no changes
- Fix Gradle 8.1 Compatibility (thanks to @mateuszkwiecinski) - #26
- Applies
jacoco
plugin by default
- Workaround for Failed to create MD5 hash for file content error on Windows (#20)
- Update dependency versions
- Gradle wrapper regenerated with 6.4
- Make the plugin compatible with Instant Execution (thanks to @CristianGM) - #15
- Gradle wrapper regenerated with 6.3
- Kotlin updated to 1.3.72
- Use configuration avoidance API - #13
- Gradle wrapper regenerated with 5.6.1
- Kotlin updated to 1.3.50
- Add compatibility with Gradle cache - #10
- Requires Gradle 4.0 or newer
- Gradle wrapper regenerated with 5.4.1
- Agent path fixed on Windows (again) - #1
- Gradle wrapper regenerated with 3.5
- JaCoCo destination file made configurable - #4
- Code cleanup
- Gradle version bumped to 3.5
- Agent path fixed on Windows - #1
- Readme added
- First release
- Fixed
jacoco
extension parsing
- Fixed plugin application
- Plugin can applied in any order (before or after Kotlin/Java/Groovy plugin)
- Initial version