Merge pull request #7791 from corda/merge-release/os/4.8-release/os/4.9-2024-08-13-284

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

View File

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