From a396f767ef372a88322ce6762efd02b2f8770078 Mon Sep 17 00:00:00 2001 From: Soltus Date: Wed, 17 Jul 2024 13:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E4=B8=8A=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea71c72..836723c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,9 +22,8 @@ repositories { // maven { url 'https://maven.aliyun.com/repository/public' } // 不许用,不然满江红 if (!System.getenv().containsKey("CI")) { maven(url = "https://mirrors.tencent.com/nexus/repository/maven-public/") - maven(url = "https://download.jetbrains.8686c.com/idea/") // ideaIC download } - maven(url = "https://developer.huawei.com/repo/") + maven(url = "https://download.jetbrains.8686c.com/idea/") // ideaIC download google() mavenCentral() maven(url = "https://jitpack.io")