Skip to content

Commit

Permalink
migrate to new maven registry
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Dec 17, 2024
1 parent e2e9d2b commit fbc9581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ publishing {

repositories {
maven {
url = uri("https://maven.rtast.cn/repository/maven-releases/")
url = uri("https://maven.rtast.cn/releases/")
credentials {
username = "admin"
username = "RTAkland"
password = System.getenv("PUBLISH_TOKEN")
}
}
Expand Down

0 comments on commit fbc9581

Please sign in to comment.