Skip to content

Commit

Permalink
fix gpr url
Browse files Browse the repository at this point in the history
  • Loading branch information
evanc-mfw committed Nov 19, 2024
1 parent f61477f commit 7ffe89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ repositories {
private { // plugin extension method
allowEmptyCredentials = false // optional, defaults to false
// reference to your GitHub package dependency
repository("https://maven.pkg.github.com/moneyforward/OWNER/REPOSITORY")
repository("https://maven.pkg.github.com/moneyforward/OWNER/OTHER_REPOSITORY") {
repository("https://maven.pkg.github.com/OWNER/REPOSITORY")
repository("https://maven.pkg.github.com/OWNER/OTHER_REPOSITORY") {
// example for providing specific username and token to use in resolution
credentialsProvider = StaticCredentialsProvider(
username = System.getEnv("GITHUB_USERNAME"),
Expand Down

0 comments on commit 7ffe89f

Please sign in to comment.