JitPack.io

Results 88 comments of JitPack.io

Hi @sevar83 The current version is `15.2.4203891` and it gets updated automatically.

@kishorejethava JitPack provides a `NDK_HOME` environment variable. Would recommend removing ndk.dir from local.properties and then building that on JitPack.

Btw, you can already install btm as a Maven dependency from: https://jitpack.io/#bitronix/btm/1072c3042c Using the commit id '1072c3042c' here but you could use a release tag as well.

We recommend generating the Maven wrapper locally and commiting it to your repository. ``` mvn wrapper:wrapper -Dmaven=3.6.3 ``` Then JitPack will use the wrapper to build with version 3.6.3

Hi all, That [repository](https://github.com/barteksc/android-pdf-viewer) has is not hosted on JitPack but because GitHub returns 404 we assume it is private so you receive a 401.

Hi That repository does not appear to be public. https://github.com/florent37/inline-activity-result-kotlin returns 404.

Hi This is the error we get from GitHub: ``` { "message": "Resource protected by organization SAML enforcement. You must grant your OAuth token access to this organization.", "documentation_url": "https://docs.github.com/articles/authenticating-to-a-github-organization-with-saml-single-sign-on/",...

Hi JitPack supports custom commands in jitpack.yml so you could install your dependencies before the build. ```yml before_install: - sdkmanager "cmake;3.31.6" build: image: latest ```