File tree 4 files changed +12
-7
lines changed
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,12 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then
15
15
16
16
# Set up publishing settings and credentials
17
17
cat << EOF > credentials.sbt
18
- useGpg in Global := true
19
- pgpSigningKey in Global := Some(0x488F99C904F077E8l)
18
+ credentials in Global += Credentials(
19
+ "GnuPG Key ID",
20
+ "gpg",
21
+ "DC7751D77486D755815C04AB488F99C904F077E8",
22
+ "ignored"
23
+ )
20
24
credentials in Global += Credentials(
21
25
"Sonatype Nexus Repository Manager",
22
26
"oss.sonatype.org",
27
31
28
32
# Publish and release
29
33
sbt \
30
- +sprayJsonDerivationJVM/publishSigned \
31
- +sprayJsonDerivationJS/publishSigned \
32
- +sprayJsonDerivationNative/publishSigned \
34
+ +sprayJsonDerivationJVM/publish \
35
+ +sprayJsonDerivationJS/publish \
36
+ +sprayJsonDerivationNative/publish \
33
37
sonatypeRelease
34
38
fi
Original file line number Diff line number Diff line change 1
1
# UNRELEASED
2
2
3
3
- Upgrade magnolia to official upstream, 0.10.0.
4
+ - Upgrade sbt to 1.2.1 and use sbt-gpg.
4
5
5
6
# Version 0.6.0
6
7
Original file line number Diff line number Diff line change 1
- sbt.version =1.1.6
1
+ sbt.version =1.2.1
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.3" )
2
- addSbtPlugin(" com.jsuereth " % " sbt-pgp " % " 1.1 .0" )
2
+ addSbtPlugin(" io.crashbox " % " sbt-gpg " % " 0.2 .0" )
You can’t perform that action at this time.
0 commit comments