Fixing double inclusion of Groovy dependency at latest version.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user