Skip to content

v4.0.0

Compare
Choose a tag to compare
@tkrullmann tkrullmann released this 05 May 22:47
· 16 commits to master since this release

Compatibility with Gradle 7.0: Dropped support for the compile and runtime configuration names in test sets.

This may be a breaking change if you are still working with these configurations; consider migrating to implementation, compileOnly and runtimeOnly instead.

Thanks to @cpiotr for the contribution!