Skip to content

Commit a5bb030

Browse files
authored
ENT-12092: Switch jcenter to backup. (#107)
1 parent 2081050 commit a5bb030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Features/customquery-carinsurance/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ allprojects {
5757

5858
repositories {
5959
mavenLocal()
60-
jcenter()
6160
mavenCentral()
6261
maven { url 'https://download.corda.net/maven/corda-dependencies' }
6362
maven { url 'https://download.corda.net/maven/corda-releases' }
6463
maven { url 'https://jitpack.io' }
64+
maven { url "https://download.corda.net/maven/jcenter-backup" }
6565
}
6666

6767
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {

Features/queryableState-carinsurance/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ allprojects {
5757

5858
repositories {
5959
mavenLocal()
60-
jcenter()
6160
mavenCentral()
6261
maven { url 'https://download.corda.net/maven/corda-dependencies' }
6362
maven { url 'https://download.corda.net/maven/corda-releases' }
6463
maven { url 'https://jitpack.io' }
64+
maven { url "https://download.corda.net/maven/jcenter-backup" }
6565
}
6666

6767
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {

0 commit comments

Comments
 (0)