Skip to content

Commit

Permalink
Exclude reporting from publishable modules (#103)
Browse files Browse the repository at this point in the history
davidsloan authored Sep 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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)))

0 comments on commit 9aa96e6

Please sign in to comment.