Skip to content

Commit

Permalink
去掉个人设置,在jitpack发布aar
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiangxiang committed Sep 30, 2017
1 parent 431f64b commit 3b9c2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
repositories {
// jcenter()
mavenLocal()
maven { url NEXUS_SERVER_URL }
// { url NEXUS_SERVER_URL }
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand All @@ -21,7 +21,7 @@ buildscript {
allprojects {
repositories {
mavenLocal()
maven { url NEXUS_SERVER_URL }
//maven { url NEXUS_SERVER_URL }
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down

0 comments on commit 3b9c2ce

Please sign in to comment.