Skip to content

Commit

Permalink
replace release-plugin command with dependency on the new 'release' p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
graemerocher committed May 5, 2011
1 parent e2c23bc commit 5442234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,064 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ grails.project.dependency.resolution = {
}
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
repositories {
grailsCentral()
// uncomment the below to enable remote dependency resolution
// from public Maven repositories
//mavenCentral()
Expand All @@ -27,7 +28,8 @@ grails.project.dependency.resolution = {
}

plugins {
build( ":tomcat:$grailsVersion" ) {
build( ":tomcat:$grailsVersion",
":release:1.0.0.M1") {
export = false
}
}
Expand Down
Loading

0 comments on commit 5442234

Please sign in to comment.