Skip to content

Commit

Permalink
@armanbilge: we don't publish to the legacy host
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Sep 7, 2024
1 parent 873c854 commit 2fcc92f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import org.typelevel.sbt.gha._
import sbt.Keys._
import sbt._
import scalafix.sbt.ScalafixPlugin.autoImport._
import xerial.sbt.Sonatype.autoImport._

import ExplicitDepsPlugin.autoImport._
import GenerativeKeys._
Expand All @@ -43,10 +42,7 @@ object Http4sOrgPlugin extends AutoPlugin {
.enablePlugins(NoPublishPlugin)
)

lazy val publishSettings: Seq[Setting[_]] =
Seq(
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy
)
lazy val publishSettings: Seq[Setting[_]] = Seq.empty

lazy val organizationSettings: Seq[Setting[_]] =
Seq(
Expand Down

0 comments on commit 2fcc92f

Please sign in to comment.