Skip to content

Commit

Permalink
updated dependency repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriel committed Nov 10, 2016
1 parent 91c2c63 commit 7a75c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ allprojects {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}

if (properties.hasProperty('maven_user') && properties.hasProperty('maven_password')) {
maven {
url "http://maven.chunyu.mobi/content/groups/public/"
credentials {
username maven_user
password maven_password
}
}
}
}
}

Expand Down
9 changes: 9 additions & 0 deletions runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ dependencies {
}
repositories {
mavenCentral()
if (properties.hasProperty('maven_user') && properties.hasProperty('maven_password')) {
maven {
url "http://maven.chunyu.mobi/content/groups/public/"
credentials {
username maven_user
password maven_password
}
}
}
}

0 comments on commit 7a75c71

Please sign in to comment.