TSK-1869: updated demo app environment to JDK 11

Co-authored-by: knht <43456808+knht@users.noreply.github.com>
This commit is contained in:
Mustapha Zorgati 2022-04-27 15:30:15 +02:00
parent 2beec045e4
commit 7821c12338
1 changed files with 8 additions and 6 deletions

View File

@ -6,3 +6,5 @@ applications:
- https://github.com/cloudfoundry/java-buildpack.git
memory: 1G
disk_quota: 512M
env:
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 11.+ } }'