Updated maven repo link

This commit is contained in:
M2ke4U
2024-10-01 21:42:25 +08:00
committed by GitHub
parent 5257a5ccc9
commit 365639d7db

View File

@@ -107,7 +107,7 @@ allprojects {
maven {
name = "moliaMavenRepo"
url = uri("https://maven.moliatopia.icu/repository/maven-releases/")
url = uri("https://maven.nostal.ink/repository/maven-snapshots/")
credentials.username = System.getenv("MAVEN_REPO_USER")
credentials.password = System.getenv("MAVEN_REPO_PASSWORD")