Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit 5cbdf44

Browse files
committed
Added artifactory to allow testing against unpublished releases. Prioritised jcenter to get better user statistics.
1 parent 4b1b449 commit 5cbdf44

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

java-source/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ apply plugin: 'maven-publish'
88

99
repositories {
1010
mavenLocal()
11-
mavenCentral()
1211
jcenter()
12+
mavenCentral()
13+
maven { url 'http://ci-artifactory.corda.r3cev.com/artifactory/corda-releases' }
1314
maven { url 'https://dl.bintray.com/kotlin/exposed' }
1415
maven { url 'https://jitpack.io' }
1516
}

kotlin-source/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ apply plugin: 'maven-publish'
88

99
repositories {
1010
mavenLocal()
11-
mavenCentral()
1211
jcenter()
12+
mavenCentral()
13+
maven { url 'http://ci-artifactory.corda.r3cev.com/artifactory/corda-releases' }
1314
maven { url 'https://dl.bintray.com/kotlin/exposed' }
1415
maven { url 'https://jitpack.io' }
1516
}

0 commit comments

Comments
 (0)