We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ef977 commit 5d0571eCopy full SHA for 5d0571e
test-apps/build.gradle
@@ -16,6 +16,11 @@
16
17
buildscript {
18
repositories {
19
+ if (System.getenv().containsKey("FIREBASE_CI")) {
20
+ maven {
21
+ url "http://maven-proxy/"
22
+ }
23
24
jcenter()
25
mavenLocal()
26
google()
@@ -43,6 +48,11 @@ allprojects {
43
48
}
44
49
45
50
51
52
53
54
55
46
56
//mavenLocal() can be overridden via GRADLE_OPTS="-Dmaven.repo.local=<path>"
47
57
58
@@ -118,4 +128,4 @@ allprojects {
118
128
119
129
task clean(type: Delete) {
120
130
delete rootProject.buildDir
121
-}
131
+}
0 commit comments