Skip to content

Commit

Permalink
Fix property references
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed Aug 15, 2021
1 parent 4854120 commit b06d289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ def deployer = uploadArchives.repositories.mavenDeployer

release {
svn {
username = githubUsername
password = githubPassword
username = project.findProperty("githubUsername")
password = project.findProperty("githubPassword")
}
}

Expand Down

0 comments on commit b06d289

Please sign in to comment.