Skip to content

Instantly share code, notes, and snippets.

@domix
Created September 26, 2012 20:50
Show Gist options
  • Save domix/3790503 to your computer and use it in GitHub Desktop.
Save domix/3790503 to your computer and use it in GitHub Desktop.
BuildConfig.groovy
dependencies {
test("org.spockframework:spock-grails-support:0.6-groovy-1.8") {
excludes 'spock-core'
}
test 'org.spockframework:spock-core:0.7-groovy-2.0-SNAPSHOT'
}
plugins {
test (':spock:0.6') {
excludes 'spock-grails-support'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment