Skip to content

Commit

Permalink
move package to my own git instance
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Jun 27, 2024
1 parent 8ba16ad commit 695b9c2
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 @@ -27,9 +27,9 @@ publishing {
repositories {
maven {
name = "GithubPackages"
url = uri("https://maven.pkg.github.com/DangoTown/RCONLib")
url = uri("https://repo.rtast.cn/api/packages/RTAkland/maven")
credentials {
username = System.getenv("ACTOR")
username = "RTAkland"
password = System.getenv("TOKEN")
}
}
Expand Down

0 comments on commit 695b9c2

Please sign in to comment.