Skip to content

Commit

Permalink
Merge pull request #6461 from lrytz/select-key
Browse files Browse the repository at this point in the history
Select key
  • Loading branch information
lrytz committed Mar 22, 2018
2 parents cf38a52 + e10ad31 commit f73b161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap_fun
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ buildModules() {
buildPublishedModules() {
echo "### Publishing modules to sonatype"

publishTasks=('set credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", System.getenv("SONA_USER"), System.getenv("SONA_PASS"))' "set pgpPassphrase := Some(Array.empty)")
publishTasks=('set credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", System.getenv("SONA_USER"), System.getenv("SONA_PASS"))' 'set pgpSigningKey := Some(new java.math.BigInteger("C03EF1D7D692BCFF", 16).longValue)' "set pgpPassphrase := Some(Array.empty)")
buildTasks=($publishSonatypeTaskModules)
buildXML
buildPartest
Expand Down

0 comments on commit f73b161

Please sign in to comment.