File tree 3 files changed +1
-26
lines changed
3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ plugins {
17
17
}
18
18
19
19
repositories {
20
- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
21
- maven {
22
- url " http://maven-proxy/"
23
- }
24
- }
25
20
maven {
26
21
url ' https://maven.google.com/'
27
22
}
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ import groovy.io.FileType
18
18
buildscript {
19
19
20
20
repositories {
21
- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
22
- maven {
23
- url " http://maven-proxy/"
24
- }
25
- }
26
21
google()
27
22
jcenter()
28
23
mavenCentral()
@@ -52,11 +47,6 @@ apply plugin: com.google.firebase.gradle.plugins.publish.PublishingPlugin
52
47
53
48
configure(subprojects) {
54
49
repositories {
55
- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
56
- maven {
57
- url " http://maven-proxy/"
58
- }
59
- }
60
50
google()
61
51
jcenter()
62
52
mavenLocal()
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
repositories {
19
- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
20
- maven {
21
- url " http://maven-proxy/"
22
- }
23
- }
24
19
jcenter()
25
20
mavenLocal()
26
21
google()
@@ -49,11 +44,6 @@ allprojects {
49
44
}
50
45
51
46
repositories {
52
- if (System . getenv(). containsKey(" FIREBASE_CI" )) {
53
- maven {
54
- url " http://maven-proxy/"
55
- }
56
- }
57
47
// mavenLocal() can be overridden via GRADLE_OPTS="-Dmaven.repo.local=<path>"
58
48
mavenLocal()
59
49
jcenter()
@@ -132,4 +122,4 @@ allprojects {
132
122
133
123
task clean (type : Delete ) {
134
124
delete rootProject. buildDir
135
- }
125
+ }
You can’t perform that action at this time.
0 commit comments