Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Trying to disable pgp-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed May 13, 2019
1 parent b9f5889 commit b2fc9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ val settings = Common.settings ++ Common.publish ++ Seq(
assembly / aggregate := false,
Compile / publishArtifact := true,
Test / publishArtifact := false,
PgpKeys.useGpgAgent := false,
pgpPassphrase := sys.env.get("GPG_PASSPHRASE").map(_.toArray),
credentials ++= Common.credentials(),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit b2fc9e2

Please sign in to comment.