aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2020-07-09 09:38:24 -0700
committerEric Anderson <ejona86@gmail.com>2020-07-10 08:45:49 -0500
commitdc30d857653cc9846067bac8f0e8336075fb9ce4 (patch)
treeb23524b09357e75b4a376840866444be628b33f7
parentbcb287bb1573a864a45fa1903465277bf3c80772 (diff)
downloadgrpc-grpc-java-dc30d857653cc9846067bac8f0e8336075fb9ce4.tar.gz
Swap to new Google Maven Central mirror URL
As seen at https://maven-central.storage.googleapis.com/index.html . The old URL still has content, but apparently is no longer being updated. For example, jetty-alpn-agent-2.0.10.pom is not present.
-rw-r--r--build.gradle2
-rw-r--r--examples/build.gradle2
-rw-r--r--examples/example-alts/build.gradle2
-rw-r--r--examples/example-alts/settings.gradle2
-rw-r--r--examples/example-gauth/build.gradle2
-rw-r--r--examples/example-gauth/settings.gradle2
-rw-r--r--examples/example-hostname/build.gradle2
-rw-r--r--examples/example-jwt-auth/build.gradle2
-rw-r--r--examples/example-jwt-auth/settings.gradle2
-rw-r--r--examples/example-tls/build.gradle2
-rw-r--r--examples/example-tls/settings.gradle2
-rw-r--r--examples/example-xds/build.gradle2
-rw-r--r--examples/settings.gradle2
-rw-r--r--gae-interop-testing/gae-jdk8/build.gradle4
14 files changed, 15 insertions, 15 deletions
diff --git a/build.gradle b/build.gradle
index d8f56ecb5..49350d472 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ subprojects {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
+ url "https://maven-central.storage-download.googleapis.com/maven2/" }
mavenCentral()
mavenLocal()
}
diff --git a/examples/build.gradle b/examples/build.gradle
index 2a064516a..c4ee9175d 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -9,7 +9,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
+ url "https://maven-central.storage-download.googleapis.com/maven2/" }
mavenCentral()
mavenLocal()
}
diff --git a/examples/example-alts/build.gradle b/examples/example-alts/build.gradle
index be96ba334..e468e06af 100644
--- a/examples/example-alts/build.gradle
+++ b/examples/example-alts/build.gradle
@@ -9,7 +9,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
mavenCentral()
mavenLocal()
diff --git a/examples/example-alts/settings.gradle b/examples/example-alts/settings.gradle
index 59ef05d47..273558dd9 100644
--- a/examples/example-alts/settings.gradle
+++ b/examples/example-alts/settings.gradle
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
gradlePluginPortal()
}
diff --git a/examples/example-gauth/build.gradle b/examples/example-gauth/build.gradle
index 1680c460f..9505afba5 100644
--- a/examples/example-gauth/build.gradle
+++ b/examples/example-gauth/build.gradle
@@ -9,7 +9,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
mavenCentral()
mavenLocal()
diff --git a/examples/example-gauth/settings.gradle b/examples/example-gauth/settings.gradle
index 59ef05d47..273558dd9 100644
--- a/examples/example-gauth/settings.gradle
+++ b/examples/example-gauth/settings.gradle
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
gradlePluginPortal()
}
diff --git a/examples/example-hostname/build.gradle b/examples/example-hostname/build.gradle
index 4591067a0..7f3c1f537 100644
--- a/examples/example-hostname/build.gradle
+++ b/examples/example-hostname/build.gradle
@@ -8,7 +8,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
+ url "https://maven-central.storage-download.googleapis.com/maven2/" }
mavenCentral()
mavenLocal()
}
diff --git a/examples/example-jwt-auth/build.gradle b/examples/example-jwt-auth/build.gradle
index 975c7ddd5..351b8576a 100644
--- a/examples/example-jwt-auth/build.gradle
+++ b/examples/example-jwt-auth/build.gradle
@@ -9,7 +9,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
mavenLocal()
}
diff --git a/examples/example-jwt-auth/settings.gradle b/examples/example-jwt-auth/settings.gradle
index 59ef05d47..273558dd9 100644
--- a/examples/example-jwt-auth/settings.gradle
+++ b/examples/example-jwt-auth/settings.gradle
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
gradlePluginPortal()
}
diff --git a/examples/example-tls/build.gradle b/examples/example-tls/build.gradle
index 571ea5315..fe21a94c4 100644
--- a/examples/example-tls/build.gradle
+++ b/examples/example-tls/build.gradle
@@ -9,7 +9,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
mavenCentral()
mavenLocal()
diff --git a/examples/example-tls/settings.gradle b/examples/example-tls/settings.gradle
index 59ef05d47..273558dd9 100644
--- a/examples/example-tls/settings.gradle
+++ b/examples/example-tls/settings.gradle
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
gradlePluginPortal()
}
diff --git a/examples/example-xds/build.gradle b/examples/example-xds/build.gradle
index 28e34636f..40fa0f478 100644
--- a/examples/example-xds/build.gradle
+++ b/examples/example-xds/build.gradle
@@ -5,7 +5,7 @@ plugins {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
+ url "https://maven-central.storage-download.googleapis.com/maven2/" }
mavenCentral()
mavenLocal()
}
diff --git a/examples/settings.gradle b/examples/settings.gradle
index b5f630207..0473750a5 100644
--- a/examples/settings.gradle
+++ b/examples/settings.gradle
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ url "https://maven-central.storage-download.googleapis.com/maven2/"
}
gradlePluginPortal()
}
diff --git a/gae-interop-testing/gae-jdk8/build.gradle b/gae-interop-testing/gae-jdk8/build.gradle
index 58d6ab78d..7b214503e 100644
--- a/gae-interop-testing/gae-jdk8/build.gradle
+++ b/gae-interop-testing/gae-jdk8/build.gradle
@@ -17,7 +17,7 @@ buildscript {
repositories {
jcenter() // Bintray's repository - a fast Maven Central mirror & more
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
+ url "https://maven-central.storage-download.googleapis.com/maven2/" }
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.5'
@@ -36,7 +36,7 @@ repositories {
// repositories for Jar's you access in your code
mavenLocal()
maven { // The google mirror is less flaky than mavenCentral()
- url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
+ url "https://maven-central.storage-download.googleapis.com/maven2/" }
jcenter()
}