Skip to content

Commit

Permalink
remove unnecessary build stuff (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Nov 3, 2023
1 parent 8c89893 commit 9ffb9bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ inThisBuild(Seq[Setting[_]](
headerLicense := Some(HeaderLicense.Custom("Copyright (C) Lightbend Inc. <https://www.lightbend.com>")),
))

ThisBuild / publishMavenStyle := true
ThisBuild / publishTo := sonatypePublishToBundle.value
ThisBuild / test / publishArtifact := false
ThisBuild / pomIncludeRepository := (_ => false)

lazy val root = (
Expand Down

0 comments on commit 9ffb9bf

Please sign in to comment.