Skip to content

Commit

Permalink
Enable publishing OpenFeature modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Sep 10, 2024
1 parent 46d8ee7 commit e6e7aee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ lazy val `openfeature-sdk` = crossProject(
)
.crossType(CrossType.Pure)
.in(file("openfeature/sdk"))
.enablePlugins(NoPublishPlugin)
.settings(commonDependencies)
.settings(
name := "ff4s-openfeature-sdk"
Expand All @@ -99,7 +98,6 @@ lazy val `openfeature-sdk-circe` = crossProject(
)
.crossType(CrossType.Pure)
.in(file("openfeature/sdk-circe"))
.enablePlugins(NoPublishPlugin)
.settings(commonDependencies)
.settings(
name := "ff4s-openfeature-sdk-circe",
Expand All @@ -117,7 +115,6 @@ lazy val `openfeature-provider-flipt` = crossProject(
)
.crossType(CrossType.Pure)
.in(file("openfeature/provider-flipt"))
.enablePlugins(NoPublishPlugin)
.settings(commonDependencies)
.settings(
name := "ff4s-openfeature-provider-flipt"
Expand Down

0 comments on commit e6e7aee

Please sign in to comment.