From 0876efc5ec85fde85652e4bbbaca7bc15652b380 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Thu, 27 Nov 2025 09:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0maven=E5=BA=93=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2ec9de6..66bb644 100644 --- a/build.gradle +++ b/build.gradle @@ -33,9 +33,6 @@ buildscript { //println mavenLocal().url //println "mavenLocal : ===========" //mavenLocal() - - // WinBoLL.CC 紧急备用 Maven 仓库 - maven { url 'https://spare-maven.winboll.cc/repository/' } } dependencies { classpath 'com.android.tools.build:gradle:7.2.1' // 对应 compileSdkVersion 32 @@ -59,7 +56,6 @@ allprojects { password 'AKCp8ih1PFG9tV8qaLyws67dLGZi8udFM39SfsHgihN15cgsiRvHuxj8JzFmuZjaViVeNawaA' } } - // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -78,9 +74,6 @@ allprojects { //println mavenLocal().url //println "mavenLocal : ===========" //mavenLocal() - - // WinBoLL.CC 紧急备用 Maven 仓库 - maven { url 'https://spare-maven.winboll.cc/repository/' } } ext { // 定义全局变量,常用于版本管理