Skip to content

Commit

Permalink
bumped release plugin to latest, configured spock plugin to not be ex…
Browse files Browse the repository at this point in the history
…ported, and added explicit dependency on rest-client-builder (dep of release plugin) so it doesn't leak into the app
  • Loading branch information
burtbeckwith committed Jan 19, 2013
1 parent c27226f commit d673a0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -24,11 +24,12 @@ grails.project.dependency.resolution = {

plugins {

test ':spock:0.6'

build ':release:2.0.4', {
test ':spock:0.6', {
export = false
}

build(':release:2.2.0', ':rest-client-builder:1.0.3') {
export = false
}
}
}

0 comments on commit d673a0e

Please sign in to comment.