Skip to content

Commit 5442234

Browse files
committed
replace release-plugin command with dependency on the new 'release' plugin
1 parent e2c23bc commit 5442234

2 files changed

Lines changed: 3 additions & 1064 deletions

File tree

grails-resources/src/grails/plugin/grails-app/conf/BuildConfig.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ grails.project.dependency.resolution = {
1111
}
1212
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
1313
repositories {
14+
grailsCentral()
1415
// uncomment the below to enable remote dependency resolution
1516
// from public Maven repositories
1617
//mavenCentral()
@@ -27,7 +28,8 @@ grails.project.dependency.resolution = {
2728
}
2829

2930
plugins {
30-
build( ":tomcat:$grailsVersion" ) {
31+
build( ":tomcat:$grailsVersion",
32+
":release:1.0.0.M1") {
3133
export = false
3234
}
3335
}

0 commit comments

Comments
 (0)