Skip to content

Commit

Permalink
Disable publishing flipt-sdk-server-it
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Sep 11, 2024
1 parent b4e047f commit a51cb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ lazy val `flipt-sdk-server` = crossProject(

lazy val `flipt-sdk-server-it` = crossProject(JVMPlatform)
.crossType(CrossType.Pure)
.enablePlugins(NoPublishPlugin)
.in(file("flipt/sdk-server-it"))
.settings(commonDependencies)
.settings(
Expand Down

0 comments on commit a51cb4b

Please sign in to comment.