Could not find org.apache.cordova:framework:7.0.0 #414
Replies: 3 comments 1 reply
-
I agree... and for this reason I think a better place for this is inside our github discussions, I'll move this there. |
Beta Was this translation helpful? Give feedback.
-
The incident has been resolved. But I would encourage everybody using cordova-android as a gradle dependency to move to version 10.0.0 or newer as those version is available on maven central. |
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.
-
Bug Report
You can no longer install any version of the cordova framework <10
Problem
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
What is expected to happen?
Older cordova builds continue to work
What does actually happen?
It's impossible to build older corodva apps and it's currently impossible to even build 7.0.0 (and I assume anything <10) locally as it depends on things only in jcenter
Information
This issue is not for apache/cordova-android 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).
Command or Code
N/A
Environment, Platform, Device
N/A
Version information
N/A
Checklist
See same discussion on ionic-team/capacitor
Beta Was this translation helpful? Give feedback.
All reactions