Skip to content

Commit

Permalink
added user/pass to staging plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Asbury committed Aug 31, 2019
1 parent e891861 commit e223acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ signing {

nexusStaging {
packageGroup = group
username = project.getProperty('ossrhUsername')
password = project.getProperty('ossrhPassword')
}

publishing {
Expand Down

0 comments on commit e223acf

Please sign in to comment.