Skip to content

Commit d3ab482

Browse files
committed
haaaands 2
1 parent 899e958 commit d3ab482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/sbtPublish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ -z "$2" -o -z "$3" -o -z "$4" ]; then
2121
exit 1
2222
fi
2323

24-
CMD=" ;set credentials := Seq(Credentials(\"Sonatype Nexus Repository Manager\", \"oss.sonatype.org\", \"$2\", \"$3\"))"
24+
CMD=" ;set credentials in ThisBuild := Seq(Credentials(\"Sonatype Nexus Repository Manager\", \"oss.sonatype.org\", \"$2\", \"$3\"))"
2525
CMD="$CMD ;set pgpPassphrase := Some(\"\"\"$4\"\"\".toCharArray)"
2626
CMD="$CMD ;set pgpSecretRing := file(\"/keys/secring.asc\")"
2727
CMD="$CMD ;set pgpPublicRing := file(\"/keys/pubring.asc\")"

0 commit comments

Comments
 (0)