mirror of https://github.com/sbt/sbt.git
Set branch onto the ModuleID when constructing a ModuleReport
This commit is contained in:
parent
797fe0aa63
commit
2324c720c4
|
|
@ -154,6 +154,7 @@ object IvyRetrieve {
|
|||
|
||||
def toModuleID(revID: ModuleRevisionId): ModuleID =
|
||||
ModuleID(revID.getOrganisation, revID.getName, revID.getRevision, extraAttributes = IvySbt.getExtraAttributes(revID))
|
||||
.branch(nonEmptyString(revID.getBranch))
|
||||
|
||||
def toArtifact(art: IvyArtifact): Artifact =
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue