File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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=17.0.9 -librca
3+ java=17.0.10 -librca
Original file line number Diff line number Diff line change 33
44case " $1 " in
55 java17)
6- echo " https://github.com/bell-sw/Liberica/releases/download/17.0.9+11 /bellsoft-jdk17.0.9+11 -linux-amd64.tar.gz"
6+ echo " https://github.com/bell-sw/Liberica/releases/download/17.0.10+13 /bellsoft-jdk17.0.10+13 -linux-amd64.tar.gz"
77 ;;
88 java21)
99 echo " https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88description = " Spring Boot Launch Script Integration Tests"
99
10- def jdkVersion = " 17.0.8.1+1 "
10+ def jdkVersion = " 17.0.10+13 "
1111def jdkArch = " aarch64" . equalsIgnoreCase(System . getProperty(" os.arch" )) ? " aarch64" : " amd64"
1212
1313configurations {
You can’t perform that action at this time.
0 commit comments