mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
Introducing HostInfo.
First step toward allowing authenticated repos.
This commit is contained in:
parent
0323eae868
commit
c10acfbaf7
11 changed files with 128 additions and 66 deletions
|
@ -67,7 +67,7 @@ private class Main @Inject constructor(
|
|||
private fun addReposFromContributors(project: Project?) =
|
||||
pluginInfo.repoContributors.forEach {
|
||||
it.reposFor(project).forEach {
|
||||
Kobalt.addRepo(it.toString())
|
||||
Kobalt.addRepo(it)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue