Skip to content

Commit

Permalink
Merge pull request #2860 from djspiewak/build/new-publisher
Browse files Browse the repository at this point in the history
Added publish settings autoplugin
  • Loading branch information
djspiewak authored Mar 7, 2022
2 parents fe67e03 + f485cc2 commit d640e49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions project/Publish.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import sbt._, Keys._

import sbtspiewak.SpiewakSonatypePlugin
import xerial.sbt.Sonatype.SonatypeKeys._

object Publish extends AutoPlugin {

override def requires = SpiewakSonatypePlugin
override def trigger = allRequirements

override def projectSettings = Seq(sonatypeCredentialHost := "s01.oss.sonatype.org")
}

0 comments on commit d640e49

Please sign in to comment.