We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671e1a7 commit cde830cCopy full SHA for cde830c
.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.6-librca
+java=17.0.7-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.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
+ echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz"
7
;;
8
java20)
9
echo "https://github.com/bell-sw/Liberica/releases/download/20+37/bellsoft-jdk20+37-linux-amd64.tar.gz"
0 commit comments