Skip to content

Commit

Permalink
Temporary for testing staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Nov 1, 2019
1 parent 30ac89e commit b45f303
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://oss.sonatype.org/content/repositories/orgglowroot-1133'
}
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
Expand Down
3 changes: 3 additions & 0 deletions gradle/common-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ task integrationTest(type: Test, dependsOn: jar) {

repositories {
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/orgglowroot-1133'
}
}

task collectTestResults {
Expand Down
3 changes: 3 additions & 0 deletions test/smoke/testApps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ subprojects {
repositories {
jcenter()
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/orgglowroot-1133'
}
}

sourceSets {
Expand Down

0 comments on commit b45f303

Please sign in to comment.