support SAPUI5 1.71.xx version (LTM) in ui5-tooling framework deps
the-docta opened this issue · 1 comments
the-docta commented
According to this link, the latest SAPUI5 version supported with ui5-tooling is 1.76
https://sap.github.io/ui5-tooling/v3/pages/Configuration/#framework-and-version
SAPUI5: The lowest version supported by UI5 Tooling is 1.76.0
Would it be possible to support 1.71, as it is an LTM version supported until End of 2027.
mainly, in ui5.yaml
framework:
name: SAPUI5
version: 1.71.68
libraries:
- name: sap.m
will prevent from build with the error
Failed to resolve library sap.m: Failed to extract package @sapui5/distribution-metadata@1.71.68: No matching version found for @sapui5/distribution-metadata@1.71.68.
// @ui5/cli 3.10.3 is being used
Thanks!
RandomByte commented
Thank you for raising this issue. However, please refer to the existing issue at #265
Closing as duplicate.