更新Maven库地址

This commit is contained in:
ZhanGSKen 2025-05-07 11:58:14 +08:00
parent 9b761b35ce
commit a5295a0744

View File

@ -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/" }