Skip to content

Commit

Permalink
Polish JDK 18 CI pipeline
Browse files Browse the repository at this point in the history
This commit ensures that JDK 18 is properly installed in the CI image.

See spring-projectsgh-27607
  • Loading branch information
bclozel committed Oct 25, 2021
1 parent 65bf5f7 commit 683bdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curl --output /opt/concourse-release-scripts.jar https://repo.spring.io/release/

mkdir -p /opt/openjdk
pushd /opt/openjdk > /dev/null
for jdk in java17
for jdk in java17 java18
do
JDK_URL=$( /get-jdk-url.sh $jdk )
mkdir $jdk
Expand Down

0 comments on commit 683bdf2

Please sign in to comment.