Skip to content

Commit f73b161

Browse files
authored
Merge pull request scala#6461 from lrytz/select-key
Select key
2 parents cf38a52 + e10ad31 commit f73b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap_fun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ buildModules() {
167167
buildPublishedModules() {
168168
echo "### Publishing modules to sonatype"
169169

170-
publishTasks=('set credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", System.getenv("SONA_USER"), System.getenv("SONA_PASS"))' "set pgpPassphrase := Some(Array.empty)")
170+
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)")
171171
buildTasks=($publishSonatypeTaskModules)
172172
buildXML
173173
buildPartest

0 commit comments

Comments
 (0)