1
0
Fork 0
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:
Cedric Beust 2015-12-02 02:33:25 -08:00
parent 0323eae868
commit c10acfbaf7
11 changed files with 128 additions and 66 deletions

View file

@ -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)
}
}