Skip to content

Commit

Permalink
Use Java 21 from buildpack (#381)
Browse files Browse the repository at this point in the history
We also must remove the extension in the internal bookshop test that
changes the Java version.
  • Loading branch information
vmikhailenko authored Oct 16, 2024
1 parent ca592b0 commit 0d6c8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mta-multi-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modules:
SPRING_PROFILES_ACTIVE: cloud,sandbox
CDS_MULTITENANCY_APPUI_TENANTSEPARATOR: "-"
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
build-parameters:
builder: custom
commands:
Expand Down
2 changes: 1 addition & 1 deletion mta-single-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ modules:
properties:
SPRING_PROFILES_ACTIVE: cloud,sandbox
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
build-parameters:
builder: custom
commands:
Expand Down

0 comments on commit 0d6c8a3

Please sign in to comment.