aboutsummaryrefslogtreecommitdiff
path: root/home/.sbt/0.13/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-02-29 20:23:28 -0800
committerJakob Odersky <jakob@odersky.com>2016-02-29 20:23:28 -0800
commit62a83bebdbfbc9b4c02de08d7ea9d21fc68aabaa (patch)
tree9188f6a573a58083ca084da3bf9f5284cf0641d5 /home/.sbt/0.13/build.sbt
parent914d4619555655b925650c57b07b9bd910517c33 (diff)
downloaddotfiles-62a83bebdbfbc9b4c02de08d7ea9d21fc68aabaa.tar.gz
dotfiles-62a83bebdbfbc9b4c02de08d7ea9d21fc68aabaa.tar.bz2
dotfiles-62a83bebdbfbc9b4c02de08d7ea9d21fc68aabaa.zip
Consolidate sbt config
Diffstat (limited to 'home/.sbt/0.13/build.sbt')
-rw-r--r--home/.sbt/0.13/build.sbt10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/.sbt/0.13/build.sbt b/home/.sbt/0.13/build.sbt
new file mode 100644
index 0000000..e590ed3
--- /dev/null
+++ b/home/.sbt/0.13/build.sbt
@@ -0,0 +1,10 @@
+import com.typesafe.sbt.pgp.PgpKeys._
+pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
+useGpgAgent in Global := true
+useGpg in Global := true
+
+//don't automatically release on publish
+bintray.BintrayKeys.bintrayReleaseOnPublish := false
+
+//ignore source and doc jars in ensime
+transitiveClassifiers in Global := List("")