v4.0.0
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!