File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ plugins {
17
17
}
18
18
19
19
repositories {
20
+ if (System . getenv(). containsKey(" FIREBASE_CI" )) {
21
+ maven {
22
+ url " http://maven-proxy/"
23
+ }
24
+ }
20
25
maven {
21
26
url ' https://maven.google.com/'
22
27
}
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ 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
+ }
21
26
google()
22
27
jcenter()
23
28
mavenCentral()
@@ -47,6 +52,11 @@ apply plugin: com.google.firebase.gradle.plugins.publish.PublishingPlugin
47
52
48
53
configure(subprojects) {
49
54
repositories {
55
+ if (System . getenv(). containsKey(" FIREBASE_CI" )) {
56
+ maven {
57
+ url " http://maven-proxy/"
58
+ }
59
+ }
50
60
google()
51
61
jcenter()
52
62
mavenLocal()
You can’t perform that action at this time.
0 commit comments