File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ # Enable auto-env through the sdkman_auto_env config
2+ # Add key=value pairs of SDKs to use below
3+ java=8.0.372-librca
Original file line number Diff line number Diff line change 33
44case " $1 " in
55 java8)
6- echo " https://github.com/adoptium/temurin8-binaries/ releases/download/jdk8u332-b09/OpenJDK8U-jdk_x64_linux_hotspot_8u332b09 .tar.gz"
6+ echo " https://github.com/bell-sw/Liberica/ releases/download/8u372+7/bellsoft-jdk8u372+7-linux-amd64 .tar.gz"
77 ;;
88 java11)
9- echo " https://github.com/adoptium/temurin11-binaries/ releases/download/jdk- 11.0.15%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11 .0.15_10 .tar.gz"
9+ echo " https://github.com/bell-sw/Liberica/ releases/download/11.0.19+7/bellsoft-jdk11 .0.19+7-linux-amd64 .tar.gz"
1010 ;;
1111 java17)
12- echo " https://github.com/adoptium/temurin17-binaries/ releases/download/jdk- 17.0.3%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17 .0.3_7 .tar.gz"
12+ echo " https://github.com/bell-sw/Liberica/ releases/download/17.0.7+7/bellsoft-jdk17 .0.7+7-linux-amd64 .tar.gz"
1313 ;;
1414 java18)
15- echo " https://github.com/adoptium/temurin18-binaries/ releases/download/jdk- 18.0.1%2B10/OpenJDK18U-jdk_x64_linux_hotspot_18 .0.1_10 .tar.gz"
15+ echo " https://github.com/bell-sw/Liberica/ releases/download/18.0.2.1+1/bellsoft-jdk18 .0.2.1+1-linux-amd64 .tar.gz"
1616 ;;
17- * )
17+ * )
1818 echo $" Unknown java version"
1919 exit 1
2020esac
You can’t perform that action at this time.
0 commit comments