Closed GoogleCodeExporter closed 8 years ago
AFAIK, 0.6 only supports Grails versions up to 2.1. Can you try with this?
grails.project.dependency.resolution = {
repositories {
grailsCentral()
mavenCentral()
}
dependencies {
test "org.spockframework:spock-grails-support:0.7-groovy-2.0-SNAPSHOT"
}
plugins {
test(":spock:0.7-SNAPSHOT") {
exclude "spock-grails-support"
}
}
}
Original comment by pnied...@gmail.com
on 4 Oct 2012 at 9:25
Sorry, that won't work. I'll try to get someone to look into this.
Original comment by pnied...@gmail.com
on 4 Oct 2012 at 9:32
I confirm this doesn't work.
Original comment by victor.b...@gmail.com
on 19 Oct 2012 at 8:08
0.7 final is out by now. Please follow the installation instructions at
http://grails.org/plugin/spock.
Original comment by pnied...@gmail.com
on 1 Nov 2012 at 11:11
Original issue reported on code.google.com by
jvm...@gmail.com
on 4 Oct 2012 at 6:27