Skip to content

Commit

Permalink
cleaning up code
Browse files Browse the repository at this point in the history
  • Loading branch information
christian.oestreich committed May 6, 2014
1 parent 2b86b28 commit f61920b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -18,9 +18,7 @@ grails.project.dependency.resolution = {
}

dependencies {
// test ("org.spockframework:spock-grails-support:0.7-groovy-2.0" ) {
// export = false
// }

}

plugins {
Expand All @@ -40,11 +38,6 @@ grails.project.dependency.resolution = {
":build-test-data:2.1.2") {
export = false
}

// test(":spock:0.7") {
// exclude "spock-grails-support"
// export = false
// }
}
}

Expand Down

0 comments on commit f61920b

Please sign in to comment.