Skip to content

Commit 7c1f1f9

Browse files
default legacyResolve to true for 2.1.x
1 parent ee2979c commit 7c1f1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ grails.project.dependency.resolution = {
1414
}
1515
log "error" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
1616
checksums true // Whether to verify checksums on resolve
17-
legacyResolve false // whether to do a secondary resolve on plugin installation, not advised and here for backwards compatibility
17+
legacyResolve true // whether to do a secondary resolve on plugin installation, not advised but here for backwards compatibility
1818

1919
repositories {
2020
inherits true // Whether to inherit repository definitions from plugins

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ grails.project.dependency.resolution = {
99
// excludes 'ehcache'
1010
}
1111
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
12-
legacyResolve false // whether to do a secondary resolve on plugin installation, not advised and here for backwards compatibility
12+
legacyResolve true // whether to do a secondary resolve on plugin installation, not advised but set here for backwards compatibility
1313
repositories {
1414
grailsCentral()
1515
// uncomment the below to enable remote dependency resolution

0 commit comments

Comments
 (0)