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

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

View File

@ -1,6 +1,5 @@
buildscript { buildscript {
repositories { repositories {
jcenter()
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" }
@ -44,7 +43,6 @@ task copyWebInf(type: Copy) {
processResources.dependsOn copyWebInf processResources.dependsOn copyWebInf
repositories { repositories {
jcenter()
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,7 +15,6 @@ task resolveDeps(type: Copy) {
} }
repositories { repositories {
jcenter()
mavenLocal() mavenLocal()
} }