Skip to content

Commit

Permalink
Fix credential property for push Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Kohlmeyer committed Feb 28, 2023
1 parent efcf05e commit 529711a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ publishing {
// Username / password credentials are only supported for http, https, and sftp repos.
// See the Gradle documentation on Repository Types for more information.
credentials {
username project.findProperty("gemfireRepoUsername")
password project.findProperty("gemfireRepoPassword")
username project.findProperty("gemfirePublishRepoUsername")
password project.findProperty("gemfirePublishRepoPassword")
}
}
} else {
Expand Down

0 comments on commit 529711a

Please sign in to comment.