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

Commit

Permalink
Remove useGpg setting
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Jul 24, 2019
1 parent 94e4fb0 commit 89cef36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ val settings = Common.settings ++ Common.publish ++ Seq(
assembly / aggregate := false,
Compile / publishArtifact := true,
Test / publishArtifact := false,
useGpg := true,
useGpgAgent := false,
pgpPassphrase := sys.env.get("GPG_PASSPHRASE").map(_.toArray),
credentials ++= Common.credentials(),
Expand Down

0 comments on commit 89cef36

Please sign in to comment.