From 8427654d2e32aab853fc8e394885008342c96549 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 1 Mar 2016 15:34:45 +0100 Subject: sign artifacts --- project/pgp.sbt | 1 + publish.sbt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 project/pgp.sbt diff --git a/project/pgp.sbt b/project/pgp.sbt new file mode 100644 index 0000000..4ce4d9e --- /dev/null +++ b/project/pgp.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") diff --git a/publish.sbt b/publish.sbt index 8a93f23..5305407 100644 --- a/publish.sbt +++ b/publish.sbt @@ -4,4 +4,6 @@ bintraySettings bintray.Keys.repository := "sbt-plugins" -bintray.Keys.bintrayOrganization in bintray.Keys.bintray := None \ No newline at end of file +bintray.Keys.bintrayOrganization in bintray.Keys.bintray := None + +useGpg := true -- cgit v1.2.3