Skip to content

Commit 8d2e54c

Browse files
committed
Upgrade build to use Java 17
Closes gh-354
1 parent 814f113 commit 8d2e54c

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.sdkmanrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=11.0.16.1-librca
3+
java=17.0.6-librca

ci/images/get-jdk-url.sh

-17
This file was deleted.

ci/images/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl --output /opt/concourse-release-scripts.jar https://repo.spring.io/release/
1616
###########################################################
1717
# JAVA
1818
###########################################################
19-
JDK_URL=$( ./get-jdk-url.sh java11 )
19+
JDK_URL=https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz
2020

2121
mkdir -p /opt/openjdk
2222
cd /opt/openjdk

0 commit comments

Comments
 (0)