You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/07/16 18:38:38 UTC

[incubator-toree] 04/04: Remove deprecated/obsolete and default setting

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 46cf99199a187abf82bad832d6ba4a1fb816d4ef
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Thu Jul 16 11:37:46 2020 -0700

    Remove deprecated/obsolete and default setting
---
 build.sbt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 7a99162..f42b750 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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)