Skip to content

Commit

Permalink
Global / credentials
Browse files Browse the repository at this point in the history
credentials probably should be scoped to Global here so it can be used by all subprojects.
  • Loading branch information
eed3si9n authored and SethTisue committed Apr 5, 2019
1 parent fb233aa commit 6c9d189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/publish-settings.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pgpPublicRing := file("admin/pubring.asc")

pgpSecretRing := file("admin/secring.asc")

credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))
Global / credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", env("SONA_USER"), env("SONA_PASS"))

0 comments on commit 6c9d189

Please sign in to comment.