Removes JCenter from repositories list as it is failing

This commit is contained in:
Gustavo Trott 2022-10-31 11:13:49 -03:00
parent 10cd20c1c0
commit 13503b1db8
2 changed files with 0 additions and 3 deletions

View File

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

View File

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