aboutsummaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-08-09 20:40:12 -0700
committerJakob Odersky <jakob@driver.xyz>2018-08-09 20:40:12 -0700
commitcc3ab9c29f7b772e9194e4181b6de7c4d4784956 (patch)
tree8e708474cb32d0603cd26e7d7bace9c79b12e951 /.ci
parent9632df9f32ea065a123b358707e14701cd93d138 (diff)
downloadsbt-settings-cc3ab9c29f7b772e9194e4181b6de7c4d4784956.tar.gz
sbt-settings-cc3ab9c29f7b772e9194e4181b6de7c4d4784956.tar.bz2
sbt-settings-cc3ab9c29f7b772e9194e4181b6de7c4d4784956.zip
Migrate to sbt-gpgv2.0.5
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/build8
1 files changed, 6 insertions, 2 deletions
diff --git a/.ci/build b/.ci/build
index 90d70dc..ac6f5d7 100755
--- a/.ci/build
+++ b/.ci/build
@@ -15,8 +15,12 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then
# Set up publishing settings and credentials
cat <<EOF > credentials.sbt
- useGpg in Global := true
- pgpSigningKey in Global := Some(0x488F99C904F077E8l)
+ credentials in Global += Credentials(
+ "gpg",
+ "gpg",
+ "DC7751D77486D755815C04AB488F99C904F077E8",
+ "ignored"
+ )
credentials in Global += Credentials(
"Sonatype Nexus Repository Manager",
"oss.sonatype.org",