Skip to content

Commit

Permalink
Plugin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 19, 2024
1 parent deed2be commit f2c7ed3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ inThisBuild(
)
)

// import xerial.sbt.Sonatype.sonatypeCentralHost
import xerial.sbt.Sonatype.sonatypeCentralHost

// ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

// publishTo := sonatypePublishToBundle.value
publishTo := sonatypePublishToBundle.value

name:= "HL7-PET"

Expand Down Expand Up @@ -104,3 +105,10 @@ lazy val plugin = project
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
)

resolvers in Global ++= Seq(
"Sbt plugins" at "https://dl.bintray.com/sbt/sbt-plugin-releases",
"Maven Central Server" at "http://repo1.maven.org/maven2",
"TypeSafe Repository Releases" at "http://repo.typesafe.com/typesafe/releases/",
"TypeSafe Repository Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"
)

0 comments on commit f2c7ed3

Please sign in to comment.