This is an automated email from the ASF dual-hosted git repository.
danderson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-training.git
The following commit(s) were added to refs/heads/master by this push:
new 1b16d21 [hotfix] update aliyun mirror repo url
1b16d21 is described below
commit 1b16d2102100d90c694b577842e74373ff8b3d18
Author: Pengcheng Huang <[email protected]>
AuthorDate: Sat Nov 6 22:54:48 2021 +0800
[hotfix] update aliyun mirror repo url
Co-authored-by: gnuhpc <[email protected]>
---
README.md | 2 +-
build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 040815e..34ded7b 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ If you are in China, we recommend configuring the Maven
repository to use a mirr
```groovy
repositories {
// for access from China, you may need to uncomment this line
- maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
+ maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
maven {
url "https://repository.apache.org/content/repositories/snapshots/"
diff --git a/build.gradle b/build.gradle
index ce693c6..163b8f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ subprojects {
// declare where to find the dependencies of your project
repositories {
// for access from China, you may need to uncomment this line
- // maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
+ // maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
maven {
url "https://repository.apache.org/content/repositories/snapshots/"