Could not find org.apache.cordova:framework:7.0.0 #6672
Replies: 4 comments 6 replies
-
The incident has been resolved. But I would encourage any users still using an old Capacitor version to migrate to Capacitor 5 and stop using jcenter |
Beta Was this translation helpful? Give feedback.
-
My build failed today for the same reason. |
Beta Was this translation helpful? Give feedback.
-
I ran into this problem on a project with quasar js, and just changing the version didn't help me. It turned out that I use the second version of capacitor (in src-capacitor), so
Maybe this will help someone not to waste a lot of time. |
Beta Was this translation helpful? Give feedback.
-
Hi @joshstrange and everyone else, Is someone of you still in possession of the cordova framework 7.0.0 .pom and .aar files and is it possible to get a copy of it? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
Bug Report
You can no longer install any version of the cordova framework <10
Capacitor Version
Platform(s)
Android
Current Behavior
JFrog has broken it's promise to keep jcenter up "indefinitely".
They are currently just redirecting to maven central which does not have anything before version 10
Expected Behavior
Can build Capacitor v2 apps
Code Reproduction
N/A
Other Technical Details
N/A
Additional Context
This issue is not for ionic-team/capacitor to do anything, but rather as a way for the community to find information when they search for this issue in their builds. Also I'd love if anyone has any workaround (other than upgrading, we are investigating that now). I have the .pom and .aar files for 7.0.0 but I'm unable to get them to work (by adding them to the source).
See also this same discussion on apache/cordova-android
Beta Was this translation helpful? Give feedback.
All reactions