sap-ui-version.json not generated
T1mey opened this issue · 2 comments
T1mey commented
Hello SAP,
we have an issue with builing a sapui5 application of type application with the ui5 build command.
For most applications of that type a folder resources with a file "sap-ui-version.json" is generated.
We are relying on the buildTimestamp in that json.
For some applications this folder and the file is not generated.
RandomByte commented
It's possible that you upgraded to UI5 Tooling v3 in some of your projects. As noted in the migration guide, the task generateVersionInfo
is no longer executed by default.
Try adding the parameter --include-task generateVersionInfo
to your ui5 build
command.
T1mey commented
Found the reason in the migration guide already. ;-)
Thanks for your reply.