Skip to content

Commit

Permalink
Change the order of repos used by modules (firebase#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Apr 30, 2018
2 parents 940c623 + b466453 commit 54eeefd
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 27 deletions.
5 changes: 3 additions & 2 deletions admob/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}
5 changes: 3 additions & 2 deletions analytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}
5 changes: 3 additions & 2 deletions app-indexing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}
5 changes: 3 additions & 2 deletions auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
maven { url 'https://maven.fabric.io/public' }
}
}
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ plugins {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
maven { url 'https://maven.fabric.io/public' }
}

Expand Down
5 changes: 3 additions & 2 deletions config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}
5 changes: 3 additions & 2 deletions crash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}

Expand Down
5 changes: 3 additions & 2 deletions database/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}

Expand Down
5 changes: 3 additions & 2 deletions dynamiclinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}

Expand Down
3 changes: 2 additions & 1 deletion firestore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ buildscript {

allprojects {
repositories {
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
mavenLocal()
}
}

Expand Down
5 changes: 3 additions & 2 deletions functions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}

Expand Down
5 changes: 3 additions & 2 deletions invites/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}
5 changes: 3 additions & 2 deletions messaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}
5 changes: 3 additions & 2 deletions perf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ buildscript {

allprojects {
repositories {
jcenter()
//mavenLocal() must be listed at the top to facilitate testing
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
maven { url 'https://maven.google.com' }
}
}

Expand Down

0 comments on commit 54eeefd

Please sign in to comment.