0

I'd like to use the latest version code from the public bitbucket project rxlint in my gradle project. But I don't know which URL to use.

I've tried to enter some URLs (see below) on https://jitpack.io/ - without success. The error message is always:

Repo not found or no access token provided

and since this repo is public, I guess, that I am just using the wrong format for the URL

URL's I've tried without success:

TmTron
  • 17,012
  • 10
  • 94
  • 142

2 Answers2

1

You need to create authToken for this repository:

https://jitpack.io/docs/PRIVATE/#bitbucket

In order to Look Up and manage Bitbucket repositories you should add the App Password to your JitPack account:

  1. Sign In on https://jitpack.io

  2. Click on your username (https://jitpack.io/w/user)

  3. Enter your Bibucket user and App Password

Moti
  • 462
  • 2
  • 6
  • 18
0

That project is hosted as a Mercurial (hg) repository on Bitbucket. JitPack only supports Git repositories.

Andrejs
  • 26,885
  • 12
  • 107
  • 96