Merge pull request #15941 from gustavotrott/remove-repository-jcenter-25

This commit is contained in:
Gustavo Trott 2022-10-31 14:52:35 -03:00 committed by GitHub
commit 2aa3a04e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
buildscript { buildscript {
repositories { repositories {
mavenCentral()
mavenLocal() mavenLocal()
maven { url "https://repo1.maven.org/maven2" } maven { url "https://repo1.maven.org/maven2" }
maven { url "https://repo.grails.org/artifactory/core" } maven { url "https://repo.grails.org/artifactory/core" }
@ -43,6 +44,7 @@ task copyWebInf(type: Copy) {
processResources.dependsOn copyWebInf processResources.dependsOn copyWebInf
repositories { repositories {
mavenCentral()
mavenLocal() mavenLocal()
maven { url "https://repo1.maven.org/maven2" } maven { url "https://repo1.maven.org/maven2" }
maven { url "https://repo.grails.org/artifactory/core" } maven { url "https://repo.grails.org/artifactory/core" }

View File

@ -15,6 +15,7 @@ task resolveDeps(type: Copy) {
} }
repositories { repositories {
mavenCentral()
mavenLocal() mavenLocal()
} }