From e4bdf1384f11173926a5b4bf38dac938393c944d Mon Sep 17 00:00:00 2001 From: lijia Date: Sat, 30 Nov 2024 15:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0aliyun=20grradle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index 649b35f..ff9e349 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,9 @@ buildscript { // ext.kotlin_version = "1.5.0" ext.kotlin_version = "1.6.10" repositories { + maven { url 'https://maven.aliyun.com/repository/google' } + maven { url 'https://maven.aliyun.com/repository/jcenter' } + maven { url 'https://maven.aliyun.com/nexus/content/groups/public' } google() jcenter() // 这个 mavenCentral() @@ -22,6 +25,9 @@ buildscript { allprojects { repositories { + maven { url 'https://maven.aliyun.com/repository/google' } + maven { url 'https://maven.aliyun.com/repository/jcenter' } + maven { url 'https://maven.aliyun.com/nexus/content/groups/public' } google() jcenter() // Warning: this repository is going to shut down soon mavenCentral()