From 9d58e555727aa10b88d897cf939d54127a06c2b6 Mon Sep 17 00:00:00 2001 From: cyjseagull Date: Wed, 28 Oct 2020 14:40:09 +0800 Subject: [PATCH] fix 403 error of aliyun maven --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2fe5a5d8b..2bcf28646 100644 --- a/build.gradle +++ b/build.gradle @@ -61,9 +61,9 @@ allprojects { // In this section you declare where to find the dependencies of your project repositories { + jcenter() maven { url "http://maven.aliyun.com/nexus/content/groups/public/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots" } - mavenCentral() } dependencies {