Skip to content

Commit

Permalink
adding export = false to tomcat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
domix committed Jul 8, 2012
1 parent a3108e8 commit 35dfb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -9,7 +9,7 @@ grails.project.dependency.resolution = {
*/
if (grailsVersion.startsWith('2')) {
build(":release:2.0.3") { export = false }
build ":tomcat:$grailsVersion"
build(":tomcat:$grailsVersion") { export = false }
}
}
repositories {
Expand Down

0 comments on commit 35dfb40

Please sign in to comment.