Skip to content

Commit a6e5d61

Browse files
committed
remove jCenter
1 parent 547f9e1 commit a6e5d61

File tree

68 files changed

+100
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+100
-105
lines changed

Accounts/supplychain/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ buildscript {
2626
repositories {
2727
mavenLocal()
2828
mavenCentral()
29-
jcenter()
3029
maven { url 'https://software.r3.com/artifactory/corda-releases' }
3130
}
3231

@@ -43,7 +42,7 @@ allprojects {
4342

4443
repositories {
4544
mavenLocal()
46-
jcenter()
45+
4746
mavenCentral()
4847
maven { url 'https://software.r3.com/artifactory/corda' }
4948
maven { url 'https://jitpack.io' }

Accounts/supplychain/repositories.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
repositories {
22
mavenLocal()
33
mavenCentral()
4-
jcenter()
54
maven { url 'https://jitpack.io' }
65
maven { url 'https://software.r3.com/artifactory/corda' }
76
maven { url 'https://repo.gradle.org/gradle/libs-releases' }

Accounts/tictacthor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
repositories {
3232
mavenLocal()
3333
mavenCentral()
34-
jcenter()
34+
3535
maven { url 'https://software.r3.com/artifactory/corda-releases' }
3636
}
3737

@@ -50,7 +50,7 @@ allprojects {
5050

5151
repositories {
5252
mavenLocal()
53-
jcenter()
53+
5454
mavenCentral()
5555
maven { url 'https://software.r3.com/artifactory/corda' }
5656
maven { url 'https://jitpack.io' }

Accounts/tictacthor/repositories.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repositories {
22
mavenLocal()
33
mavenCentral()
4-
jcenter()
4+
55
maven { url 'https://jitpack.io' }
66
maven { url 'https://software.r3.com/artifactory/corda' }
77
maven { url 'https://repo.gradle.org/gradle/libs-releases' }

Accounts/worldcupticketbooking/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ buildscript {
3636
repositories {
3737
mavenLocal()
3838
mavenCentral()
39-
jcenter()
39+
4040
maven { url 'https://software.r3.com/artifactory/corda-releases' }
4141
// maven { url 'http://software.r3.com/artifactory/corda-lib-dev' }
4242
maven { url 'http://software.r3.com/artifactory/corda-lib' }
@@ -57,7 +57,7 @@ allprojects {
5757

5858
repositories {
5959
mavenLocal()
60-
jcenter()
60+
6161
mavenCentral()
6262
maven { url 'https://software.r3.com/artifactory/corda' }
6363
// Can be removed post-release - used to get nightly snapshot build.

Accounts/worldcupticketbooking/repositories.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repositories {
22
mavenLocal()
33
mavenCentral()
4-
jcenter()
4+
55
maven { url 'https://jitpack.io' }
66
maven { url 'https://software.r3.com/artifactory/corda' }
77
maven { url 'https://repo.gradle.org/gradle/libs-releases' }

Advanced/auction-cordapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
repositories {
2121
mavenLocal()
2222
mavenCentral()
23-
jcenter()
23+
2424
maven { url 'https://software.r3.com/artifactory/corda' }
2525
}
2626

@@ -37,7 +37,7 @@ allprojects {
3737

3838
repositories {
3939
mavenLocal()
40-
jcenter()
40+
4141
mavenCentral()
4242
maven { url 'https://software.r3.com/artifactory/corda' }
4343
maven { url 'https://jitpack.io' }

Advanced/duediligence-cordapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {//properties that you need to build the project
2222
repositories {
2323
mavenLocal()
2424
mavenCentral()
25-
jcenter()
25+
2626
maven { url 'https://software.r3.com/artifactory/corda-releases' }
2727
}
2828

@@ -40,7 +40,7 @@ allprojects {//Properties that you need to compile your project (The application
4040

4141
repositories {
4242
mavenLocal()
43-
jcenter()
43+
4444
mavenCentral()
4545
maven { url 'https://software.r3.com/artifactory/corda' }
4646
maven { url 'https://jitpack.io' }

Advanced/duediligence-cordapp/repositories.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repositories {
22
mavenLocal()
33
mavenCentral()
4-
jcenter()
4+
55
maven { url 'https://jitpack.io' }
66
maven { url 'https://software.r3.com/artifactory/corda' }
77
maven { url 'https://repo.gradle.org/gradle/libs-releases' }

Advanced/negotiation-cordapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
repositories {
23-
jcenter()
23+
2424
mavenLocal()
2525
mavenCentral()
2626

@@ -47,7 +47,7 @@ allprojects {
4747

4848
repositories {
4949
mavenLocal()
50-
jcenter()
50+
5151
mavenCentral()
5252
maven { url 'https://software.r3.com/artifactory/corda' }
5353
// Can be removed post-release - used to get nightly snapshot build.

0 commit comments

Comments
 (0)