aboutsummaryrefslogtreecommitdiff
path: root/home/.sbt/0.13/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'home/.sbt/0.13/build.sbt')
-rw-r--r--home/.sbt/0.13/build.sbt7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.sbt/0.13/build.sbt b/home/.sbt/0.13/build.sbt
index b4d3f81..0ae14bd 100644
--- a/home/.sbt/0.13/build.sbt
+++ b/home/.sbt/0.13/build.sbt
@@ -1,12 +1,5 @@
cancelable in Global := true
-// configure gpg
-import com.typesafe.sbt.pgp.PgpKeys._
-gpgCommand in Global := "gpg2"
-pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
-useGpgAgent in Global := true
-useGpg in Global := true
-
// don't create target directory when starting sbt in non-project directory
// (e.g. when running sbt-new)
import java.nio.file.Files