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

This commit is contained in:
r3-build 2024-08-13 15:08:09 +00:00
commit 5fd8875ed2
2 changed files with 12 additions and 4 deletions

View File

@ -185,7 +185,9 @@ buildscript {
}
gradlePluginPortal()
mavenCentral()
jcenter()
maven {
url "${publicArtifactURL}/jcenter-backup"
}
}
}
dependencies {
@ -462,7 +464,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'