Skip to content

Commit

Permalink
Add github credential refs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed Aug 15, 2021
1 parent 3085702 commit 4854120
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,13 @@ def deployer = uploadArchives.repositories.mavenDeployer
}
}

release {
svn {
username = githubUsername
password = githubPassword
}
}

nexusStaging {
packageGroup = 'com.nordstrom'
stagingProfileId = '76d943f622957'
Expand Down

0 comments on commit 4854120

Please sign in to comment.