Skip to content

Commit

Permalink
chore(common): specify specific deploy repository (github)
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinsnowdh committed Dec 10, 2024
1 parent 7494bf3 commit effd2e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ publishing() {
mavenJava(MavenPublication) {
repositories() {
maven() {
url = "${System.getenv('PUBLISH_REPO_URL')}"
url = 'https://maven.pkg.github.com/flowerinsnowdh/GreatScrollableTooltips'
credentials() {
username = "${System.getenv('PUBLISH_REPO_USERNAME')}"
password = "${System.getenv('PUBLISH_REPO_PASSWORD')}"
username = "${System.getenv('GITHUB_USERNAME')}"
password = "${System.getenv('GITHUB_TOKEN')}"
}
}
}
Expand Down

0 comments on commit effd2e9

Please sign in to comment.