A custom task for ui5-builder that allows building UI5 Flexibility adaptation projects for SAP BTP, Cloud Foundry environment.
ui5-task-adaptation is based on the UI5 implementation. In order to use a certain UI5 version, go to a module that contains the ui5.yaml and edit the ui5.yaml specifying the desired UI5 version (1.89.0 in the example below):
---
specVersion: "2.2"
type: application
metadata:
name: example
framework:
name: SAPUI5
version: 1.89.0
libraries:
- name: sap.ui.fl
- name: sap.suite.ui.generic.template
open a terminal and execute:
npm run build-ui5
In case you need any support, please create a GitHub issue.
Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file and all other files in this repository are licensed under the Apache License, v 2.0 except as noted otherwise in the LICENSE file.
See CHANGELOG.md.