Skip to content

Commit

Permalink
chore: migrate new maven registry
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Dec 17, 2024
1 parent 00a2f69 commit f3f82ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ subprojects {

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
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+6 −4 docs/ronebot/onebot.md

0 comments on commit f3f82ce

Please sign in to comment.