@ui5/task-adaptation
Version:
Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment
41 lines (32 loc) • 2.43 kB
Markdown
# ui5-task-adaptation
[](https://api.reuse.software/info/github.com/SAP/ui5-task-adaptation)
[](https://app.travis-ci.com/github/SAP/ui5-task-adaptation)
[](https://badge.fury.io/js/@ui5%2Ftask-adaptation)
## Description
A custom task for [ui5-builder](https://github.com/SAP/ui5-builder) that allows you to build SAPUI5 adaptation projects for [SAP S/4HANA Cloud](https://help.sap.com/docs/bas/584e0bcbfd4a4aff91c815cefa0bce2d/6fc4e11a4b1941efa8e37a428d046f8f.html?locale=en-US&state=PRODUCTION&version=Cloud) and [SAP BTP, Cloud Foundry environment](https://help.sap.com/viewer/584e0bcbfd4a4aff91c815cefa0bce2d/Cloud/en-US/019b0c38a6b043d1a66b11d992eed290.html).
### Configuration
#### Connection
When creating an adaptation project, the Yeoman generator automatically generates the following connection configurations in the `ui5.yaml` file, depending on your IDE:
For local IDEs like VS Code:
```yaml
target:
url: example.com,
authenticationType: reentranceTicket,
ignoreCertErrors: true | false
```
In SAP Business Application Studio:
```yaml
target:
destination: abc
```
For more information, see [Create an Adaptation Project](https://help.sap.com/docs/bas/developing-sap-fiori-app-in-sap-business-application-studio/create-project) (on SAP S/4HANA Cloud) or [Create an Adaptation Project](https://help.sap.com/docs/bas/developing-sap-fiori-app-in-sap-business-application-studio/create-adaptation-project-c7b455d488bc4229af7efe0311546752) (on SAP BTP, Cloud Foundry environment).
> [!NOTE]
> For SAP S/4HANA (on-premise) systems, a different builder is used.
## How to obtain support
In case you need any support, please create a [GitHub issue](https://github.com/SAP/ui5-task-adaptation/issues).
## License
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](LICENSE).
## Release History
See [CHANGELOG.md](CHANGELOG.md).
## Contributing
Please refer to the [SAP Contribution Guidelines](https://github.com/SAP/.github/blob/main/CONTRIBUTING.md) for instructions on how to contribute to ui5-task-adaptation.