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

     1  ID: mtahtml5ext
     2  extends: mtahtml5
     3  _schema-version: '2.1'
     4  version: 0.0.1
     5  
     6  modules:
     7   - name: ui5app
     8     build-parameters:
     9        requires:
    10        - name: ui5app2
    11  
    12   - name: ui5app2
    13     build-parameters:
    14       builder: unknown
    15  
    16