ENT-12080: Replaced jcenter with public local copy. (#7790)

This commit is contained in:
Adel El-Beik 2024-08-13 14:54:10 +01:00 committed by GitHub
parent c4d3004020
commit b9dbf5269a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 4 deletions

View File

@ -190,7 +190,9 @@ buildscript {
}
gradlePluginPortal()
mavenCentral()
jcenter()
maven {
url "${publicArtifactURL}/jcenter-backup"
}
}
}
dependencies {
@ -454,7 +456,9 @@ allprojects {
}
}
mavenCentral()
jcenter()
maven {
url "${publicArtifactURL}/jcenter-backup"
}
}
}

View File

@ -9,7 +9,9 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
maven {
url "${publicArtifactURL}/jcenter-backup"
}
}
dependencies {
@ -20,7 +22,9 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
maven {
url "${publicArtifactURL}/jcenter-backup"
}
}
apply plugin: 'kotlin'