Skip to content

Commit

Permalink
Remove deprecated/obsolete and default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jul 16, 2020
1 parent 2ea5a63 commit 46cf991
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 @@ -85,7 +85,6 @@ libraryDependencies in ThisBuild ++= Seq(
)

// Publish settings
useGpg in ThisBuild := true
pgpPassphrase in ThisBuild := Some(Properties.envOrElse("GPG_PASSWORD","").toArray)
publishTo in ThisBuild := {
if (isSnapshot.value)
Expand Down

0 comments on commit 46cf991

Please sign in to comment.