Use snapshots repo

This commit is contained in:
M2ke4U
2024-08-12 19:27:56 +08:00
committed by GitHub
parent 1a6ea9fc98
commit dc0f1f9933

View File

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