You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change: Gradle 7 compatibility with Spock 2.0. This release is only compatible with Gradle 7 and forward due to the usage of Spock 2.0 with Groovy 3
Remove transitive dependencies on guava and commons-io. cglib-nodebandobjenesismoved toruntime` scope.
This can be breaking change if you are defining custom classpath filters for runners. The API used to be com.google.common.base.Predicate now it is java.util.function.Predicate
Avoid adding testing frameworks into classpaths of project under test. It helps to avoid conflicts between Spock 2.x and old groovy if older Gradle version is specified in a test.