From a5295a07446034da6452f50496f6a2740fa7c033 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 7 May 2025 11:58:14 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 66a2fe0..18fbce6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { + //本地 maven 库 + maven { url "https://localhost:8080/maven/" } // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" } @@ -26,6 +28,8 @@ buildscript { allprojects { repositories { + //本地 maven 库 + maven { url "https://localhost:8080/maven/" } // Nexus Maven 库地址 // "WinBoLL Release" maven { url "https://nexus.winboll.cc/repository/maven-public/" }