Migration Guide¶
Migrating from v2.x to v3.x¶
Plugin ID Change¶
The plugin ID changed from io.github.surpsg.delta-coverage to io.github.gw-kit.delta-coverage:
JVM Requirement¶
v3.x requires JVM 17 or newer. If you're on JVM 11, stay on v2.5.x.
Configuration Changes¶
The configuration DSL remains compatible. No changes required to your deltaCoverageReport block.
Report Views¶
Report views are now auto-discovered. If you manually registered views, you can remove the registration code:
Migrating from v1.x to v2.x¶
Breaking Changes¶
- Minimum Gradle version increased to 5.6
- Configuration DSL changed significantly
See the v2 migration guide for details.
Getting Help¶
If you encounter issues during migration, open an issue on GitHub.