更新Maven库地址

This commit is contained in:
ZhanGSKen
2025-05-07 13:32:10 +08:00
parent 336511931d
commit 9c3c485ecd
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
buildscript {
repositories {
//本地 maven 库
maven { url "https://localhost:8080/maven/" }
maven { url "file:///sdcard/.aide/maven/" }
// Nexus Maven 库地址
// "WinBoLL Release"
maven { url "https://nexus.winboll.cc/repository/maven-public/" }
@@ -29,7 +29,7 @@ buildscript {
allprojects {
repositories {
//本地 maven 库
maven { url "https://localhost:8080/maven/" }
maven { url "file:///sdcard/.aide/maven/" }
// Nexus Maven 库地址
// "WinBoLL Release"
maven { url "https://nexus.winboll.cc/repository/maven-public/" }