Skip to content

Commit

Permalink
remove publish false to fix thrift package release
Browse files Browse the repository at this point in the history
  • Loading branch information
Divs-B committed Mar 21, 2024
1 parent 40977f8 commit 13fc5ac
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 @@ -61,7 +61,8 @@ lazy val thrift = (project in file("thrift"))
name := "content-entity-thrift",
description := "Content entity model Thrift files",
crossPaths := false,
publish / skip := true,
packageDoc / publishArtifact := false,
packageSrc / publishArtifact := false,
Compile / unmanagedResourceDirectories += { baseDirectory.value / "src/main/thrift" }
)

Expand Down

0 comments on commit 13fc5ac

Please sign in to comment.