Nicolas Bourdin
06/09/2020, 9:27 AMsourceControl {
gitRepository("<ssh://git@my.privaterepo.com/Nicolas/common.git>") {
producesModule("my.private.lib:common")
}
}
//build.gradle
implementation 'my.private.lib:com'
When i try to build i got the following error with gradle :
Could not run ls-remote for <ssh://git>@my.privaterepo.com/Nicolas/common.git
<ssh://git>@my.privaterepo.com/Nicolas/common.git: Auth fail
<ssh://git>@my.privaterepo.com/Nicolas/common.git: Auth fail
Auth fail
Maybe i need to fix something with my ssh key ?gildor
06/09/2020, 9:28 AMgildor
06/09/2020, 9:28 AMNicolas Bourdin
06/09/2020, 9:28 AMgildor
06/09/2020, 9:40 AM