Hi after I tried to build my project with 2.0-rc-1 I have this error for my tests
Caused by: groovy.lang.GroovyRuntimeException: Conflicting module versions. Module [groovy-all is loaded in version 2.3.2 and you are trying to load version 2.0.5
It’s likely a transitive dependency of ‘spock-core’ (try ‘gradle dependencyInsight --dependency groovy’), and Gradle isn’t currently able to do conflict resolution for ‘localGroovy’ and ‘gradleApi()’. Hence you’ll have to explicitly exclude the Groovy dependency of ‘spock-core’.