diff --git a/build.gradle b/build.gradle index 029fd5bb2..e94097103 100644 --- a/build.gradle +++ b/build.gradle @@ -77,6 +77,7 @@ configure(subprojects) { subproject -> runtime "cglib:cglib-nodep:$cglibVersion" // Testing + testCompile("org.codehaus.groovy:groovy-all:$groovyVersion") { force = true } testCompile "org.spockframework:spock-core:$spockVersion" testCompile "org.spockframework:spock-spring:$spockVersion" testCompile "org.hamcrest:hamcrest-library:1.3"