Skip to content

Commit

Permalink
feat: make source classifier as a fallback when exporting sbt project…
Browse files Browse the repository at this point in the history
… to bloop
  • Loading branch information
kpodsiad authored and tgodzik committed Jul 17, 2023
1 parent 3dd4d93 commit 8fe341f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ object BloopDefaults {
Option(System.getProperty("bloop.export-jar-classifiers"))
.orElse(Option(System.getenv("BLOOP_EXPORT_JAR_CLASSIFIERS")))
.map(_.split(",").toSet)
.orElse(Some(Set("sources")))
},
BloopKeys.bloopInstall := bloopInstall.value,
BloopKeys.bloopAggregateSourceDependencies := true,
Expand Down
1 change: 1 addition & 0 deletions nailgun
Submodule nailgun added at a2520c

0 comments on commit 8fe341f

Please sign in to comment.