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 814f113 commit 8d2e54cCopy full SHA for 8d2e54c
.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=11.0.16.1-librca
+java=17.0.6-librca
ci/images/get-jdk-url.sh
ci/images/setup.sh
@@ -16,7 +16,7 @@ curl --output /opt/concourse-release-scripts.jar https://repo.spring.io/release/
16
###########################################################
17
# JAVA
18
19
-JDK_URL=$( ./get-jdk-url.sh java11 )
+JDK_URL=https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz
20
21
mkdir -p /opt/openjdk
22
cd /opt/openjdk
0 commit comments