Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ plugins {
}

repositories {
if (System.getenv().containsKey("FIREBASE_CI")) {
maven {
url "http://maven-proxy/"
}
}
maven {
url 'https://maven.google.com/'
}
Expand Down
10 changes: 0 additions & 10 deletions root-project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ import groovy.io.FileType
buildscript {

repositories {
if (System.getenv().containsKey("FIREBASE_CI")) {
maven {
url "http://maven-proxy/"
}
}
google()
jcenter()
mavenCentral()
Expand Down Expand Up @@ -52,11 +47,6 @@ apply plugin: com.google.firebase.gradle.plugins.publish.PublishingPlugin

configure(subprojects) {
repositories {
if (System.getenv().containsKey("FIREBASE_CI")) {
maven {
url "http://maven-proxy/"
}
}
google()
jcenter()
mavenLocal()
Expand Down
12 changes: 1 addition & 11 deletions test-apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

buildscript {
repositories {
if (System.getenv().containsKey("FIREBASE_CI")) {
maven {
url "http://maven-proxy/"
}
}
jcenter()
mavenLocal()
google()
Expand Down Expand Up @@ -49,11 +44,6 @@ allprojects {
}

repositories {
if (System.getenv().containsKey("FIREBASE_CI")) {
maven {
url "http://maven-proxy/"
}
}
//mavenLocal() can be overridden via GRADLE_OPTS="-Dmaven.repo.local=<path>"
mavenLocal()
jcenter()
Expand Down Expand Up @@ -132,4 +122,4 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}