Skip to content

Commit

Permalink
Publish to snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 committed Dec 1, 2024
1 parent f8559b9 commit 4e8d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ allprojects {
repositories {
maven {
name = "moliaMavenRepo"
url = uri("https://maven.moliatopia.icu/repository/maven-public/")
url = uri("https://maven.moliatopia.icu/repository/maven-snapshots/")

credentials.username = System.getenv("MAVEN_REPO_USER")
credentials.password = System.getenv("MAVEN_REPO_PASSWORD")
Expand Down

0 comments on commit 4e8d54e

Please sign in to comment.