Skip to content

Commit

Permalink
Exclude reporting from publishable modules (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan authored Sep 20, 2024
1 parent 6caac97 commit 9aa96e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ Compile / generateFunModulesList :=

Compile / generatePublishModulesList := {

val nonPublishableModulesFragments = Set("common", "utils", "query-language", "test")
val nonPublishableModulesFragments = Set("common", "utils", "query-language", "test", "reporting")
val publishableModules = subProjects
.filterNot(project => nonPublishableModulesFragments.exists(ignore => project.id.contains(ignore)))

Expand Down

0 comments on commit 9aa96e6

Please sign in to comment.