Skip to content

Commit

Permalink
add the credentials to the non-android maven release config
Browse files Browse the repository at this point in the history
  • Loading branch information
rokob committed Oct 12, 2017
1 parent 618bde4 commit 4722c62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,13 @@ subprojects {
} else {
repoUrl = getSnapshotRepositoryUrl()
}

maven {
url repoUrl
credentials {
username getRepositoryUsername()
password getRepositoryPassword()
}
}
}
}
Expand Down

0 comments on commit 4722c62

Please sign in to comment.