Private bitpack maven repo

I had problems with a project using the private mavenbucket maven repository, it worked previously, but since updating to the android studio RC gradle can not find the repo while it is set to private. If you uncheck "This is a private repository" on a bitbucket, this issue is resolved, but this is not a viable solution.

+3
source share
1 answer

I tried to deal with this problem a year ago. The solution was to use a synergistic plugin . It uses its own git client and its configuration, so there is no need to provide your credentials in plain text, but use the RSA key. Try it and you won’t regret it.

0
source

Source: https://habr.com/ru/post/1200994/


All Articles