Skip to content

Commit

Permalink
SDGF-55: Update Spring boot project to now provide GemFire version as…
Browse files Browse the repository at this point in the history
… a dependency
  • Loading branch information
Udo Kohlmeyer committed Feb 28, 2023
1 parent 2cc1696 commit 8e1b963
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,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 8e1b963

Please sign in to comment.