We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21b5f5 commit a84ffd2Copy full SHA for a84ffd2
.sdkmanrc
@@ -1,3 +1,3 @@
1
# Enable auto-env through the sdkman_auto_env config
2
# Add key=value pairs of SDKs to use below
3
-java=17.0.3.1-librca
+java=17.0.4-librca
ci/images/get-jdk-url.sh
@@ -3,7 +3,7 @@ set -e
4
case "$1" in
5
java17)
6
- echo "https://github.com/bell-sw/Liberica/releases/download/17.0.3.1+2/bellsoft-jdk17.0.3.1+2-linux-amd64.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/17.0.4+8/bellsoft-jdk17.0.4+8-linux-amd64.tar.gz"
7
;;
8
java18)
9
echo "https://github.com/bell-sw/Liberica/releases/download/18.0.1.1+2/bellsoft-jdk18.0.1.1+2-linux-amd64.tar.gz"
0 commit comments