Merging forward updates from release/os/4.8 to release/os/4.9 - 2024-08-13

This commit is contained in:
r3-build 2024-08-13 13:55:03 +00:00
commit b301456bac
2 changed files with 12 additions and 4 deletions

View File

@ -192,7 +192,9 @@ buildscript {
} }
gradlePluginPortal() gradlePluginPortal()
mavenCentral() mavenCentral()
jcenter() maven {
url "${publicArtifactURL}/jcenter-backup"
}
} }
} }
dependencies { dependencies {
@ -468,7 +470,9 @@ allprojects {
} }
} }
mavenCentral() mavenCentral()
jcenter() maven {
url "${publicArtifactURL}/jcenter-backup"
}
} }
} }

View File

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