Release Notes
The default version of Groovy has been upgraded to 3.x. If you are using Groovy and also using Spock, you should also upgrade to the latest Groovy 3.0-compatible release of Spock 2.0. Alternatively, use the groovy.version to downgrade back to Groovy 2.5.
Condition
Groovy on classpath org.codehaus.groovy:groovy
Spock on classpath org.spockframework:spock-core
Description
The default version of Groovy has been upgraded to 3.x..
You should also upgrade to the latest Groovy 3.0-compatible release of Spock 2.0. Alternatively, use the groovy.version to downgrade back to Groovy 2.5.
This can probably be implemented as a yaml only recipe, having a precondition on the use of both groovy and spock, and a recipe that then upgrades the version of Spock.
Release Notes The default version of Groovy has been upgraded to 3.x. If you are using Groovy and also using Spock, you should also upgrade to the latest Groovy 3.0-compatible release of Spock 2.0. Alternatively, use the
groovy.version
to downgrade back to Groovy 2.5.Condition
org.codehaus.groovy:groovy
org.spockframework:spock-core
Description