From d45f23cd9a240145cfb58fe2d6c8aa93003af4e2 Mon Sep 17 00:00:00 2001 From: M17764017422 <31874069+M17764017422@users.noreply.github.com> Date: Wed, 5 Aug 2020 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 墙太厉害了! 'io.fabric.tools:gradle:1.31.2' 'de.timfreiheit.resourceplaceholders:placeholders:0.3' 这俩一直报错 --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ae5085a6..d9fa0ed4c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,8 @@ buildscript { google() //jcenter() maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } + maven { url 'http://s3.amazonaws.com/fabric-artifacts/public' } + maven { url 'https://maven.aliyun.com/repository/gradle-plugin' } maven { url 'https://maven.fabric.io/public' } maven { url 'https://plugins.gradle.org/m2/' } } @@ -31,4 +33,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +}