Skip to content

Commit c96e926

Browse files
committed
examples: Remove references to maven-central.storage-download.googleapis.com
As stated [on its main page][index], it isn't officially supported, so we shouldn't include it in our examples. [index]: https://maven-central.storage-download.googleapis.com/index.html
1 parent 8c261c3 commit c96e926

File tree

24 files changed

+3
-64
lines changed

24 files changed

+3
-64
lines changed

examples/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ plugins {
77
}
88

99
repositories {
10-
maven { // The google mirror is less flaky than mavenCentral()
11-
url "https://maven-central.storage-download.googleapis.com/maven2/" }
1210
mavenCentral()
1311
mavenLocal()
1412
}

examples/example-alts/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ plugins {
77
}
88

99
repositories {
10-
maven { // The google mirror is less flaky than mavenCentral()
11-
url "https://maven-central.storage-download.googleapis.com/maven2/"
12-
}
1310
mavenCentral()
1411
mavenLocal()
1512
}

examples/example-alts/settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
pluginManagement {
22
repositories {
3-
maven { // The google mirror is less flaky than mavenCentral()
4-
url "https://maven-central.storage-download.googleapis.com/maven2/"
5-
}
63
gradlePluginPortal()
74
}
85
}

examples/example-debug/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ plugins {
99
}
1010

1111
repositories {
12-
maven { // The google mirror is less flaky than mavenCentral()
13-
url "https://maven-central.storage-download.googleapis.com/maven2/" }
1412
mavenCentral()
1513
mavenLocal()
1614
}

examples/example-dualstack/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ plugins {
99
}
1010

1111
repositories {
12-
maven { // The google mirror is less flaky than mavenCentral()
13-
url "https://maven-central.storage-download.googleapis.com/maven2/" }
1412
mavenCentral()
1513
mavenLocal()
1614
}

examples/example-dualstack/settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
pluginManagement {
22
repositories {
3-
maven { // The google mirror is less flaky than mavenCentral()
4-
url "https://maven-central.storage-download.googleapis.com/maven2/"
5-
}
63
gradlePluginPortal()
74
}
85
}

examples/example-gauth/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ plugins {
77
}
88

99
repositories {
10-
maven { // The google mirror is less flaky than mavenCentral()
11-
url "https://maven-central.storage-download.googleapis.com/maven2/"
12-
}
1310
mavenCentral()
1411
mavenLocal()
1512
}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
pluginManagement {
22
repositories {
3-
maven { // The google mirror is less flaky than mavenCentral()
4-
url "https://maven-central.storage-download.googleapis.com/maven2/"
5-
}
63
gradlePluginPortal()
74
}
85
}

examples/example-gcp-csm-observability/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ plugins {
88
}
99

1010
repositories {
11-
maven { // The google mirror is less flaky than mavenCentral()
12-
url "https://maven-central.storage-download.googleapis.com/maven2/"
13-
}
1411
mavenCentral()
1512
mavenLocal()
1613
}

examples/example-gcp-observability/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ plugins {
88
}
99

1010
repositories {
11-
maven { // The google mirror is less flaky than mavenCentral()
12-
url "https://maven-central.storage-download.googleapis.com/maven2/"
13-
}
1411
mavenCentral()
1512
mavenLocal()
1613
}

0 commit comments

Comments
 (0)