Skip to content

Commit c96e926

Browse files
committedJan 3, 2025·
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

-2
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

-3
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

-3
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

-2
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

-2
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

-3
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

-3
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
}
-3
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

-3
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

-3
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-hostname/build.gradle

-2
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-jwt-auth/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ 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-
}
10+
mavenCentral()
1311
mavenLocal()
1412
}
1513

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-oauth/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ 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-
}
10+
mavenCentral()
1311
mavenLocal()
1412
}
1513

-3
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-opentelemetry/build.gradle

-3
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-orca/build.gradle

-2
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-reflection/build.gradle

-2
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-servlet/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ plugins {
66
}
77

88
repositories {
9-
maven { // The google mirror is less flaky than mavenCentral()
10-
url "https://maven-central.storage-download.googleapis.com/maven2/" }
9+
mavenCentral()
1110
mavenLocal()
1211
}
1312

-3
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-tls/build.gradle

-3
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-tls/settings.gradle

-3
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-xds/build.gradle

-2
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/settings.gradle

-3
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
}

0 commit comments

Comments
 (0)
Please sign in to comment.