Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Merge modules with the same classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Sep 7, 2019
1 parent 3169062 commit 8679530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/sbtwhitesource/WhiteSource.scala
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ object BaseAction {
Some(m1)
else if (a1.`type` == Some("jar") && a2.`type` == Some("bundle"))
Some(m2)
else if (a1.classifier == a2.classifier)
Some(m1)
else
None
}
Expand Down

0 comments on commit 8679530

Please sign in to comment.