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 7a75c71 commit 2008b2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ 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
}
maven {
url "http://maven.chunyu.mobi/content/groups/public/"
credentials {
username maven_user
password maven_password
}
}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':demo', ':core', ':blockcanary', ':noop-kotlin', ':components', ':views'/*, ':runtime'*/, ':noop-java'
include ':demo', ':core', ':blockcanary', ':noop-kotlin', ':components', ':views', ':runtime', ':noop-java'

0 comments on commit 2008b2e

Please sign in to comment.