diff --git a/grails-app/conf/BuildConfig.groovy b/grails-app/conf/BuildConfig.groovy index fc4442d9..d55b4e41 100644 --- a/grails-app/conf/BuildConfig.groovy +++ b/grails-app/conf/BuildConfig.groovy @@ -10,9 +10,17 @@ grails.project.dependency.resolution = { log 'warn' repositories { - grailsCentral() + // Grails Central + mavenRepo 'https://repo.grails.org/grails/core/' + + // Grails Plugins + mavenRepo 'https://repo.grails.org/grails/plugins/' + mavenLocal() - mavenCentral() + + // Maven Central + mavenRepo 'https://repo1.maven.org/maven2/' + } dependencies {