Skip to content

Commit

Permalink
bumped release plugin to the latest version and added rest-client-bui…
Browse files Browse the repository at this point in the history
…lder so it doesn't leak into the containing application
  • Loading branch information
Burt Beckwith committed Jan 14, 2013
1 parent dc68f33 commit 8c4c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -63,7 +63,7 @@ grails.project.dependency.resolution = {
}

plugins {
build( ":tomcat:$grailsVersion", ':release:2.1.0') {
build( ":tomcat:$grailsVersion", ':release:2.2.0', ':rest-client-builder:1.0.3') {
export = false
}
}
Expand Down

0 comments on commit 8c4c6d6

Please sign in to comment.