Merge pull request #7792 from corda/merge-release/os/4.9-release/os/4.10-2024-08-13-300

ENT-12080: Merging forward updates from release/os/4.9 to release/os/4.10 - 2024-08-13
This commit is contained in:
Rick Parker 2024-08-13 16:26:40 +01:00 committed by GitHub
commit 2e63c153d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 4 deletions

View File

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