Skip to content

Commit

Permalink
Use snapshot build of orion
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Jan 22, 2019
1 parent c63a1bd commit 646fc06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ allprojects {

repositories {
if ("$System.env.JENKINS_URL" == 'https://jenkins.pegasys.tech/') {
maven { url "https://nexus.int.pegasys.tech/repository/consensys-pegasys/" }
maven { url "https://nexus.int.pegasys.tech/repository/jcenter/" }
} else {
jcenter()
mavenCentral()
maven { url "https://consensys.bintray.com/pegasys-repo" }
maven { url 'https://jitpack.io' }
}
}

Expand Down
2 changes: 1 addition & 1 deletion config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.mockito:mockito-core'
testImplementation 'com.github.PegaSysEng:orion:master-SNAPSHOT'
testImplementation 'net.consensys:orion:0.1.0-SNAPSHOT'
}

configurations { testArtifacts }
Expand Down
2 changes: 1 addition & 1 deletion orion/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
// integration test dependacies.
integrationTestImplementation 'junit:junit'
integrationTestImplementation project(':testutil')
integrationTestImplementation 'com.github.PegaSysEng:orion:master-SNAPSHOT'
integrationTestImplementation 'net.consensys:orion:0.1.0-SNAPSHOT'

}
2 changes: 1 addition & 1 deletion testutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.google.guava:guava'
implementation 'com.squareup.okhttp3:okhttp'
implementation 'com.github.PegaSysEng:orion:master-SNAPSHOT'
implementation 'net.consensys:orion:0.1.0-SNAPSHOT'
}

0 comments on commit 646fc06

Please sign in to comment.