File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
actions/prepare-gradle-build Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ inputs:
2323 java-version :
2424 description : ' Java version to use for the build'
2525 required : false
26- default : ' 24 '
26+ default : ' 25 '
2727runs :
2828 using : composite
2929 steps :
Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ jobs:
2323 toolchain : true
2424 - version : 21
2525 toolchain : true
26- - version : 24
27- toolchain : false
2826 - version : 25
29- toolchain : true
27+ toolchain : false
3028 exclude :
3129 - os :
3230 name : Linux
3331 java :
34- version : 24
32+ version : 25
3533 - os :
3634 name : ${{ github.repository == 'spring-projects/spring-boot-commercial' && 'Windows' }}
3735 steps :
Original file line number Diff line number Diff line change 11# Enable auto-env through the sdkman_auto_env config
22# Add key=value pairs of SDKs to use below
3- java=24.0.2 -librca
3+ java=25 -librca
You can’t perform that action at this time.
0 commit comments