Skip to content

Commit

Permalink
Fix publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 18, 2019
1 parent d88dbcf commit e462f57
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 @@ -32,8 +32,8 @@ publishing {
maven {
url '***REMOVED***'
credentials {
username System.env.JFROG_USER ?: USER
password System.env.JFROG_PASS ?: PASSWORD
username = System.env.JFROG_USER ?: USER
password = System.env.JFROG_PASS ?: PASSWORD
}
authentication {
basic(BasicAuthentication)
Expand Down

0 comments on commit e462f57

Please sign in to comment.