We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
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:
gradle.properties
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.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: