Skip to content

Commit

Permalink
Switch publish settings to use the s01 sonatype infra
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Jul 29, 2022
1 parent 6335e00 commit 5ab3417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports"
Global / (Test / fork) := true
Global / (Test / testOptions) += Tests.Argument("--quickstart")

sonatypeCredentialHost := "s01.oss.sonatype.org"

val Version = new {
object CE3 {
val fs2 = "3.2.10"
Expand Down
5 changes: 3 additions & 2 deletions project/WeaverPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,9 @@ object WeaverPlugin extends AutoPlugin {
.filter(_.startsWith("refs/tags/v"))
.map(_.drop("refs/tags/v".length))
.getOrElse(version.value),
publishTo := sonatypePublishToBundle.value,
publishMavenStyle := true,
publishTo := sonatypePublishToBundle.value,
sonatypeCredentialHost := "s01.oss.sonatype.org",
publishMavenStyle := true,
licenses := Seq(
"Apache" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
homepage := Some(url("https://github.com/disneystreaming")),
Expand Down

0 comments on commit 5ab3417

Please sign in to comment.