Skip to content

Commit

Permalink
added build dependency to rest-client-builder:1.0.3, as suggested
Browse files Browse the repository at this point in the history
on the release plugin page.
  • Loading branch information
Predrag Knezevic committed Sep 3, 2013
1 parent f6ef0f0 commit dad9e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -14,7 +14,7 @@ grails.project.dependency.resolution = {

}
plugins {
build (':release:2.2.1') {
build (':release:2.2.1', ':rest-client-builder:1.0.3') {
export = false
}
test(':spock:0.7') {
Expand Down

0 comments on commit dad9e5f

Please sign in to comment.