File tree Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ plugins {
1717}
1818
1919repositories {
20- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
21- maven {
22- url " http://maven-proxy/"
23- }
24- }
2520 maven {
2621 url ' https://maven.google.com/'
2722 }
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ import groovy.io.FileType
1818buildscript {
1919
2020 repositories {
21- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
22- maven {
23- url " http://maven-proxy/"
24- }
25- }
2621 google()
2722 jcenter()
2823 mavenCentral()
@@ -52,11 +47,6 @@ apply plugin: com.google.firebase.gradle.plugins.publish.PublishingPlugin
5247
5348configure(subprojects) {
5449 repositories {
55- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
56- maven {
57- url " http://maven-proxy/"
58- }
59- }
6050 google()
6151 jcenter()
6252 mavenLocal()
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 repositories {
19- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
20- maven {
21- url " http://maven-proxy/"
22- }
23- }
2419 jcenter()
2520 mavenLocal()
2621 google()
@@ -49,11 +44,6 @@ allprojects {
4944 }
5045
5146 repositories {
52- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
53- maven {
54- url " http://maven-proxy/"
55- }
56- }
5747 // mavenLocal() can be overridden via GRADLE_OPTS="-Dmaven.repo.local=<path>"
5848 mavenLocal()
5949 jcenter()
@@ -132,4 +122,4 @@ allprojects {
132122
133123task clean (type : Delete ) {
134124 delete rootProject. buildDir
135- }
125+ }
You can’t perform that action at this time.
0 commit comments