We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eb4d9a + ed3d813 commit f68fa8dCopy full SHA for f68fa8d
admin/publish-settings.sbt
@@ -1,7 +1,7 @@
1
-pgpPassphrase := Some(sys.prop("PGP_PASSPHRASE").toArray)
+pgpPassphrase := Some(sys.props("PGP_PASSPHRASE").toArray)
2
3
pgpPublicRing := file("admin/pubring.asc")
4
5
pgpSecretRing := file("admin/secring.asc")
6
7
-credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", sys.prop("SONA_USER"), sys.prop("SONA_PASS"))
+credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", sys.props("SONA_USER"), sys.props("SONA_PASS"))
0 commit comments