github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/buildops/testdata/mtahtml5/mtaRequiredModuleNotDefined.yaml (about)

     1  ID: mtahtml5
     2  _schema-version: '2.1'
     3  version: 0.0.1
     4  
     5  modules:
     6   - name: ui5app
     7     type: html5
     8     path: testapp
     9     parameters:
    10        disk-quota: 256M
    11        memory: 256M
    12     build-parameters:
    13        requires:
    14        - name: abc
    15  
    16