jitpack-io on master
Update PRIVATE.md (compare)
Git clone took longer than 180 s
errors these days? Not sure if it's some slowdown from GitHub or other network infra. BTW, there's a jitpack/jitpack.io#3868 but no much traffic on it.
Hello, I am trying to build my org's repo, but instantly getting
Subscription is not active right now
Requested subscription: github.com/....
Your subscriptions are listed in User Settings.
Please contact Support or repository admins if you need assistance.
I have paid account and my org admin approved the request. What could be the problem?
install
step on jitpack for sbt projects is sbt publishM2
when it would be much better to be sbt '+ publishM2'
which would actually build all cross-version artifacts. Does this change sounds easy to implement? Having that would be great for many scala projects.
https://jitpack.io
. But it doesn't work, and I'm not sure if I need to add any additional path or other weird settings.
I'm getting "Failed to resolve" errors with jitpack and any repo. I've checked the FAQ and old questions on here, but still having trouble.
In my top level build.gradle, I added maven { url 'https://jitpack.io' }
to the end of repositories. In my app level build.gradle dependencies I tried adding implementation 'com.github.jkwiecien:EasyImage:3.0.4'
(the repo I actually want to use) and tried adding implementation 'com.github.jitpack:android-example:2.0'
(for testing when I was getting failures).
Using the FAQ help at jitpack.io, I tried running ./gradlew --info --refresh-dependencies
from the command line (at the top level of my app) but the output doesn't contain any "HTTP Could not get" errors of any kind. In fact if I search through the (very long) output, I can't find any reference to jitpack or EasyImage or android-example at all.
I'm clearly missing something very basic here, but not sure what.
Any ideas?
Hi folks. I have a question about git branches that jitpack.io will treat as the "main" branch.
On Project A, we are switching from "master" to "trunk" branch as our default branch, and deleting the "master" branch
On Project B, its build.gradle file includes the "-SNAPSHOT" build of Project A, like so:
'com.github.foo:PROJECT_A:-SNAPSHOT'
So it's using that :-SNAPSHOT
short-hand, which I think is just a shorthand for master-SNAPSHOT
.
My question is: for Project A, if we move to "trunk" and delete "master", will that :-SNAPSHOT
syntax continue to work, if "trunk" is set as the default branch on github, or is there something special about "master" from jitpack's perspective that enables that shorthand syntax?
Thanks so much.
getting
Authentication failed for https://jitpack.io/com/github/cbioportal/cbioportal-frontend/v3.4.2/cbioportal-frontend-v3.4.2.jar 401 Unauthorized