File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Set up JDK
2525 uses : actions/setup-java@v5
2626 with :
27- java-version : 21
27+ java-version : 25
2828 distribution : ' sapmachine'
2929 - name : Build with Maven
3030 run : mvn -ntp -B clean install
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ modules:
2222 SPRING_PROFILES_ACTIVE : cloud,sandbox
2323 CDS_MULTITENANCY_APPUI_TENANTSEPARATOR : " -"
2424 JBP_CONFIG_COMPONENTS : " jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
25- JBP_CONFIG_SAP_MACHINE_JRE : ' { version: 21 .+ }'
25+ JBP_CONFIG_SAP_MACHINE_JRE : ' { version: 25 .+ }'
2626 build-parameters :
2727 builder : custom
2828 commands :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ modules:
2121 properties :
2222 SPRING_PROFILES_ACTIVE : cloud,sandbox
2323 JBP_CONFIG_COMPONENTS : " jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
24- JBP_CONFIG_SAP_MACHINE_JRE : ' { version: 21 .+ }'
24+ JBP_CONFIG_SAP_MACHINE_JRE : ' { version: 25 .+ }'
2525 build-parameters :
2626 builder : custom
2727 commands :
Original file line number Diff line number Diff line change 2727 <revision >1.0.0-SNAPSHOT</revision >
2828
2929 <!-- DEPENDENCIES VERSION -->
30- <jdk .version>21 </jdk .version>
30+ <jdk .version>25 </jdk .version>
3131 <cds .services.version>4.9.0</cds .services.version>
3232 <cloud .sdk.version>5.29.0</cloud .sdk.version>
3333 <xsuaa .version>3.7.1</xsuaa .version>
You can’t perform that action at this time.
0 commit comments