github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mtahtml5/mtaWithBuildParams.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     requires:
    13      - name: uaa_mtahtml5
    14      - name: dest_mtahtml5
    15     build-parameters:
    16      builder: zip
    17      requires:
    18      - name: ui5app2
    19  
    20   - name: ui5app2
    21     type: html5
    22     path: ui5app2
    23     build-parameters:
    24        builder: zip
    25  
    26   - name: ui5app3
    27     type: html5
    28     path: ui5app3
    29     build-parameters:
    30        builder: unknown