Skip to content

Commit

Permalink
remove redundant publishing stuff in build.sbt (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Nov 3, 2023
1 parent 5212ff2 commit 9a850f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ lazy val root = (
settings(
name := buildName,
publish / skip := true,
publishArtifact := false,
publish := {},
publishLocal := {}
)
)

Expand Down Expand Up @@ -85,7 +82,4 @@ lazy val cli = project.
},
// cli is not meant to be published
publish / skip := true,
publishArtifact := false,
publish := {},
publishLocal := {}
).dependsOn(core)

0 comments on commit 9a850f4

Please sign in to comment.