Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Dec 27, 2023
1 parent d75f6e1 commit 33ebe98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ inThisBuild(
)

lazy val `zio-pekko` =
project.in(file(".")).aggregate(`zio-pekko-cluster`)
project
.in(file("."))
.settings(
publish / skip := true
)
.aggregate(`zio-pekko-cluster`)

lazy val `zio-pekko-cluster` = project
.in(file("zio-pekko-cluster"))
Expand Down

0 comments on commit 33ebe98

Please sign in to comment.