Skip to content

Commit

Permalink
Rm overriden publishTo
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 13, 2024
1 parent dfcedf5 commit 1629dc4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ val java17Settings = Seq(

lazy val noPublishSettings = Seq(
publish / skip := true,
publishLocal / skip := true,
publish := {},
publishLocal := {},
publishArtifact := false
publishLocal / skip := true
)

lazy val publishSettings = Seq(
Expand All @@ -83,8 +80,7 @@ lazy val sonatypeSettings = Seq(
Developer("echeipesh", "Eugene Cheipesh", "[email protected]", url("https://github.com/echeipesh")),
Developer("lossyrob", "Rob Emanuele", "[email protected]", url("https://github.com/lossyrob"))
),
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
publishTo := sonatypePublishTo.value
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
)

lazy val root = project
Expand Down

0 comments on commit 1629dc4

Please sign in to comment.