-
Notifications
You must be signed in to change notification settings - Fork 71
Description
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".
UPDATE 4/27/2021: We listened to the community and will keep JCenter as a read-only repository indefinitely. Our customers and the community can continue to rely on JCenter as a reliable mirror for Java packages.
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
- I searched for existing GitHub issues
- I updated all Cordova tooling to most recent version
- I included all the necessary information above