Skip to content

Commit

Permalink
Define ossrhUsername and password with dummy values
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarneim committed Sep 2, 2014
1 parent 48329c3 commit e429986
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ signing {
sign configurations.archives
}

if ( ossrhUsername == null || ossrhPassword == null) {
ossrhUsername = ""
ossrhPassword = ""
}

uploadArchives {
repositories {
mavenDeployer {
Expand Down

0 comments on commit e429986

Please sign in to comment.