Closed ligi closed 2 years ago
@oliverspryn same here :( any updates?
Looks like removing the www
in your build.gradle
can also be a workaround..
- maven { url 'https://www.jitpack.io' }
+ maven { url 'https://jitpack.io' }
This issue is stale because it has been open for 30 days with no activity.
Uninstall Android Studio fullly and reinstall
hi i am also having same issue.....but i am on expo eas setup....i won't have build.gradle file....what should i do to make it work?
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
@oliverspryn same here :( any updates?
Yep @berchoes . I've pretty much left Jitpack altogether. I use Maven Central for all dependencies that I can, and if I need a library that is only hosted on Jitpack, I proxy it through Artifactory. That way, my dependencies always come via Artifactory and it is a much more reliable mirror.
problem happening today
Jitpack.io off https://prnt.sc/08t1tlmX3VX6
build.gradle(Project) https://prnt.sc/ec-gUzBk0HZM
build.gradle(Module) https://prnt.sc/Y4uUjacOSVz1
settings.gradle(Project) https://prnt.sc/MEUNV3Ukz3iB
Problem https://prnt.sc/gzJ4WoUBHaN6
Its 2024 and I am still facing this issue on Android Studio Koala, www workaround also not working
I am also facing this issue. Can anyone please check this?
I am also facing this issue. Can anyone please check this?
@imsankalp try adding jcenter under the project level gradle file. If still not work than try using migrated version of the required dependencies & if library does not have a migrated version then you have to look for other options like adding via code or add as aar file
I am currently having builds fail like this:
these artifacts should not come via jitpack - and IMHO jitpack should return a 404 there