Skip to content

Commit

Permalink
Merge pull request #36 from guardian/db/fix-thrift-release
Browse files Browse the repository at this point in the history
Remove publish false to fix thrift package release
  • Loading branch information
Divs-B authored Mar 21, 2024
2 parents 40977f8 + 13fc5ac commit 8316723
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 8316723

Please sign in to comment.