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

Commit

Permalink
Added artifactory to allow testing against unpublished releases. Prio…
Browse files Browse the repository at this point in the history
…ritised jcenter to get better user statistics.
  • Loading branch information
Clintonio committed Jun 27, 2017
1 parent 4b1b449 commit 5cbdf44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion java-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ apply plugin: 'maven-publish'

repositories {
mavenLocal()
mavenCentral()
jcenter()
mavenCentral()
maven { url 'http://ci-artifactory.corda.r3cev.com/artifactory/corda-releases' }
maven { url 'https://dl.bintray.com/kotlin/exposed' }
maven { url 'https://jitpack.io' }
}
Expand Down
3 changes: 2 additions & 1 deletion kotlin-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ apply plugin: 'maven-publish'

repositories {
mavenLocal()
mavenCentral()
jcenter()
mavenCentral()
maven { url 'http://ci-artifactory.corda.r3cev.com/artifactory/corda-releases' }
maven { url 'https://dl.bintray.com/kotlin/exposed' }
maven { url 'https://jitpack.io' }
}
Expand Down

0 comments on commit 5cbdf44

Please sign in to comment.