TSK-1869: updated demo app environment to JDK 11
Co-authored-by: knht <43456808+knht@users.noreply.github.com>
This commit is contained in:
parent
2beec045e4
commit
7821c12338
|
@ -1,8 +1,10 @@
|
||||||
# Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
|
# Configuration file for Cloud Foundry, see https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
|
||||||
applications:
|
applications:
|
||||||
- name: taskana-rest-spring-example-boot
|
- name: taskana-rest-spring-example-boot
|
||||||
path: ../rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
|
path: ../rest/taskana-rest-spring-example-boot/target/taskana-rest-spring-example-boot.jar
|
||||||
buildpacks:
|
buildpacks:
|
||||||
- https://github.com/cloudfoundry/java-buildpack.git
|
- https://github.com/cloudfoundry/java-buildpack.git
|
||||||
memory: 1G
|
memory: 1G
|
||||||
disk_quota: 512M
|
disk_quota: 512M
|
||||||
|
env:
|
||||||
|
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 11.+ } }'
|
||||||
|
|
Loading…
Reference in New Issue