thrift
thrift copied to clipboard
Bump com.bmuschko:gradle-clover-plugin from 2.2.1 to 3.0.3 in /lib/kotlin
Bumps com.bmuschko:gradle-clover-plugin from 2.2.1 to 3.0.3.
Changelog
Sourced from com.bmuschko:gradle-clover-plugin's changelog.
Version 3.0.3
- Enhanced compatibility with Gradle 8.x
Version 3.0.2 (October 5, 2021)
- Compatibility with Gradle 7.2
- Update publishing to push to Gradle Plugin Portal directly
- Change CI/CD to Github Actions
Version 3.0.1 (August 6, 2020)
- Restore original location of Clover reports for multi-project use case when cloverAggregateReports is executed.
Version 3.0.0 (August 4, 2020)
BREAKING CHANGE FOR BACKWARDS COMPATIBILITY at Gradle 4.7
Dropped compatibility with Gradle 4.6 and older, the plugin version 2.2.5 will be the last one supporting these releases of Gradle. ========================================
Made Clover instrumentation cacheable and corrected the incremental compilation of large projects.
Fixed issues with ClassLoader failing to load Clover classes in multi-project configurations.
Fix re-instrument and recompile every single source file - Issue 118
Version 2.2.5 (March 9, 2020)
- Add sourceCompatibility override to solve OpenClover limit and fallback to 1.3 Java compatibility
- Fix HTML Reporter throwing NPE - Issue 146
Version 2.2.4 (October 19, 2019)
- Fix Vulnerable version of Jackson bind dependency - Issue 142
- Fix Documentation - regex for log - Issue 121
- Fix Console reporter - Issue 117
Version 2.2.3 (April 21, 2019)
- Fix ncLineCount column gives error - Issue 135
Version 2.2.2 (March 9, 2019)
- Fix Does this plugin work with JUnit5? - Issue 79
- Fix When Clover is disabled eliminate recompilation of sources during test task execution - Issue 112
- Fix Support for JDK 9 & 10 - Issue 119
- Fix ClassNotFoundException for CloverCompilerAdapter when using OpenClover 4.3.1 on a Java project - Issue 125
- Fix
@CompileStaticand safe navigation operator fails cloverGenerateReport task - Issue 127- Fix Running on Gradle 5.2 throws a NoClassDefFoundError - Issue 126
... (truncated)
Commits
f836299Enhance compatibility with Gradle 8.xfb8b2a6Gradle 7.2 compatibility changescd98e1fUpdate RELEASE_NOTES.md for 3.0.1 release5c28230Fix regression with cloverAggregateReports task output location4131d59Update to latest compatible git-reckon plugin9a6c0ccFixed issues with Classloader isolation290c5d8Make Clover tasks compatible with the build cache (#149)42f326fFix second typo4a6cec6Merge commit 'refs/pull/147/head' of github.com:bmuschko/gradle-clover-plugine68223aFix Eclipse integration to pick up plugin generated descriptors- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
not merging this yet because running clover isn't covered in ci yet
@Jimexist What's the status here?
The current version of clover doesn't work with the version of gradle Thrift is using, so there's no harm in updating it. It's disabled by default anyway in the build. Updating the plugin gets it closer to working, but it still has an error, because the latest version of clover doesn't work with gradle 8 due to the removal of the deprecated outputDir property of the SourceDirectorySet
Personally, I'd be inclined to remove the coverage report plugin since it's not used in the build and doesn't work anyway, but I'm not sure if @jimexist wants to try to get it working. For now, I'll just merge this to get rid of the dependabot noise.