Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding maven repositories that require auth

eivbsmed opened this issue · comments

I have currently not found a way to use :repository to add a maven repo that require auth. I'm using some private packages from github repos.

:repository https://maven.pkg.github.com/myOrganisation runs whit out complains. but the depends on finds nothing and there is no credentials prompt or config file as I see.

Thank you for your report. I need some time to figure out how to deal with authorization.

+1 -- as a workaround, what I am doing and it's working is specifying the username/password in the URL like this: :repository https://USERNAME:PASSWORD@maven.pkg.github.com/myOrg. It works for me.

commented

Done #101