mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-14 13:37:11 +08:00
更新Nexus仓库预发布仓库
This commit is contained in:
+4
-4
@@ -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 {
|
||||
// 定义全局变量,常用于版本管理
|
||||
|
||||
Reference in New Issue
Block a user