mirror of https://github.com/sbt/sbt.git
Fix IvyActions.restrictedCopy to respect branch
This commit is contained in:
parent
0fd248a19b
commit
797fe0aa63
|
|
@ -298,6 +298,8 @@ object IvyActions {
|
|||
|
||||
private[this] def restrictedCopy(m: ModuleID, confs: Boolean) =
|
||||
ModuleID(m.organization, m.name, m.revision, crossVersion = m.crossVersion, extraAttributes = m.extraAttributes, configurations = if (confs) m.configurations else None)
|
||||
.branch(m.branchName)
|
||||
|
||||
private[this] def resolve(logging: UpdateLogging.Value)(ivy: Ivy, module: DefaultModuleDescriptor, defaultConf: String): (ResolveReport, Option[ResolveException]) =
|
||||
{
|
||||
val resolveOptions = new ResolveOptions
|
||||
|
|
|
|||
Loading…
Reference in New Issue