From 1ba5b113eb609279c35d2c5d83fa5a7385eebc5c Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 9 Jun 2026 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Nexus=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E9=A2=84=E5=8F=91=E5=B8=83=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 2cbeeae..1222fa1 100644 --- a/build.gradle +++ b/build.gradle @@ -17,9 +17,9 @@ buildscript { // Nexus Maven 库地址 // "WinBoLL Release" - maven { url "https://nexus.winboll.cc/repository/maven-public/" } + maven { url "https://nexus.zhangsken.cc/repository/maven-public/" } // "WinBoLL Snapshot" - maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" } + maven { url "https://nexus.zhangsken.cc/repository/maven-snapshots/" } } dependencies { // 适配MIUI12 @@ -47,9 +47,9 @@ allprojects { // Nexus Maven 库地址 // "WinBoLL Release" - maven { url "https://nexus.winboll.cc/repository/maven-public/" } + maven { url "https://nexus.zhangsken.cc/repository/maven-public/" } // "WinBoLL Snapshot" - maven { url "https://nexus.winboll.cc/repository/maven-snapshots/" } + maven { url "https://nexus.zhangsken.cc/repository/maven-snapshots/" } } ext { // 定义全局变量,常用于版本管理