Skip to content

Commit

Permalink
remove unnecessary build stuff
Browse files Browse the repository at this point in the history
at least, I don't think any of this stuff is recommended or
necessary under sbt-ci-release?
  • Loading branch information
SethTisue committed Nov 3, 2023
1 parent 8c89893 commit 1ed0692
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 1ed0692

Please sign in to comment.