We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f3322e + dd2a480 commit 8c9add1Copy full SHA for 8c9add1
build.gradle
@@ -34,7 +34,7 @@ project.ext {
34
nexusPassword = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
35
}
36
37
-def spockDependency = "org.spockframework:spock-core:1.2-groovy-2.5"
+def spockDependency = "org.spockframework:spock-core:1.3-groovy-2.5"
38
39
def isGroovyProject(project) {
40
!project.name.contains("grails-plugins")
0 commit comments