Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download webhookly-master-SNAPSHOT.jar using jitpack host #5

Closed
R-Y-M-R opened this issue Dec 23, 2024 · 1 comment
Closed

Comments

@R-Y-M-R
Copy link

R-Y-M-R commented Dec 23, 2024

Could not download webhookly-master-SNAPSHOT.jar (com.github.micartey:webhookly:master-SNAPSHOT:4754d97ed6-1)
Could not get resource 'https://jitpack.io/com/github/micartey/webhookly/master-SNAPSHOT/webhookly-master-4754d97ed6-1.jar'.
Could not HEAD 'https://jitpack.io/com/github/micartey/webhookly/master-SNAPSHOT/webhookly-master-4754d97ed6-1.jar'.
Read timed out

Possible solution:

@micartey
Copy link
Owner

micartey commented Dec 27, 2024

Hey, sorry for the late reply.
I also noticed this strange behavior, but this is not due to a mistake on our side.

You can fix it by following this stackoverflow post.

The solution is adding the following lines to your gradle.properties file:

systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

Jitpack might be deleting the jar and once you try to resolve it you trigger a new build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants