Skip to content

Commit

Permalink
More nopublish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 13, 2024
1 parent 0d6ae27 commit dfcedf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ lazy val noPublishSettings = Seq(
publish / skip := true,
publishLocal / skip := true,
publish := {},
publishLocal := {}
publishLocal := {},
publishArtifact := false
)

lazy val publishSettings = Seq(
Expand Down

0 comments on commit dfcedf5

Please sign in to comment.