Skip to content

Commit

Permalink
Added publish settings autoplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Mar 5, 2022
1 parent fe67e03 commit f485cc2
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 f485cc2

Please sign in to comment.