github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mtahtml5/mtaWithUnknownBuilder.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 supported-platforms: [cf] 17 builder: unknown 18 19 - name: ui5app2 20 type: html5 21 path: ui5app2 22 parameters: 23 disk-quota: 256M 24 memory: 256M 25 requires: 26 - name: uaa_mtahtml5 27 - name: dest_mtahtml5 28 build-parameters: 29 supported-platforms: [cf] 30 31 resources: 32 - name: uaa_mtahtml5 33 parameters: 34 path: ./xs-security.json 35 service-plan: application 36 type: some.uaa 37 38 - name: dest_mtahtml5 39 parameters: 40 service-plan: lite 41 service: destination 42 type: org.cloudfoundry.managed-service 43