JitPack.io

Results 84 comments of JitPack.io

@gabrielemariotti Wouldn't be too hard to convert the project to Gradle. Happy to submit a PR if you are interested. Then it would build on jitpack as well.

@zulkarnainshah By adding gradle build files. Then it'd be easy to build from command line and on jitpack.

@thirtythreeforty There is a workaround and it's called JitPack.io : ) You can use it to get GitHub repos as maven dependencies. Here's RefreshActionItem: https://jitpack.io/#ManuelPeinado/RefreshActionItem/parent-1.0.3

Hi! Perhaps this will help in the meantime https://jitpack.io/#laforge49/JActor2/v1.0.0

Hi all, There was an issue connecting to GitHub at the time which made JitPack assume it was a private repository.

Hi @daimonkor That project has a submodule pointing to a private repository https://github.com/icebergteam/mupdf-android-viewer/blob/master/.gitmodules As a result JitPack can't clone it and returns 401.

Hi One reason for "Git error. Retrying. Git error. Git clone took longer than 180 s" is that the repository is large so it takes a long time to clone....

Hi, We recommend checking Gradle build file and ensure the access token is specified as in: https://jitpack.io/private#auth

Hi, Are you able to view the build log in the browser? Log: https://jitpack.io/com/github/LearnWithHomer/Analytics-Android/0.1.0-alpha07/build.log If so then that means authentication with GitHub is working.