Skip to content

Commit

Permalink
Merge pull request #1643 from lwronski/fix-m1-fetch
Browse files Browse the repository at this point in the history
Fix - merge extra repos with resolve.repositories
  • Loading branch information
lwronski committed Dec 5, 2022
2 parents 337f967 + 58a9088 commit 778ce6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object FetchExternalBinary {
params.forcedVersions.map { case (m, v) => m.toCs -> v }*
)
}
.withRepositories(params.extraRepos)
.addRepositories(params.extraRepos: _*)
.run()(archiveCache.cache.ec)
.map(os.Path(_, os.pwd))
ExternalBinary.ClassPath(javaCommand(), classPath, params.mainClass)
Expand Down

0 comments on commit 778ce6c

Please sign in to comment.