Skip to content

Commit

Permalink
#737: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
snazha-blkio committed Nov 23, 2018
1 parent 50457e4 commit 0929f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -276,13 +276,13 @@ configure(subprojects.findAll { it.name != 'integration-tests' }) {
// Only need OSSRH details.
logger.lifecycle("About to perform {} snapshot release ...", manualRelease ? "a manual" : "an automated")

logger.lifecycle(" - ossrhUsername={}", ossrhUsername)
logger.lifecycle(" - ossrhPassword={}", ossrhPassword ? "provided" : "not_provided")
logger.lifecycle(" - ossrhRepoUrl={}", ossrhRepoUrl)

if (!ossrhUsername || !ossrhPassword || !ossrhRepoUrl) {
throw new InvalidUserDataException("Required parameters missing: 'ossrhUsername', 'ossrhPassword', 'ossrhRepoUrl'")
}

logger.lifecycle(" - ossrhUsername={}", ossrhUsername)
logger.lifecycle(" - ossrhPassword={}", ossrhPassword ? "provided" : "not_provided")
logger.lifecycle(" - ossrhRepoUrl={}", ossrhRepoUrl)
} else {
// Release => Need OSSRH and bintray.
if (!ossrhUsername || !ossrhPassword || !ossrhRepoUrl) {
Expand Down

0 comments on commit 0929f39

Please sign in to comment.