Skip to content

Commit

Permalink
Fixed CircleCI build: upgraded to 14.0.2-open
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jul 21, 2020
1 parent 652808b commit 10c58de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/install-jdk-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
export SDKMAN_DIR=/home/circleci/.sdkman
curl -s "https://get.sdkman.io" | bash
source "$SDKMAN_DIR/bin/sdkman-init.sh"
sdk install java 14.0.1-open
sdk install java 14.0.2-open
# Repeat to get env var set
source "$SDKMAN_DIR/bin/sdkman-init.sh"

0 comments on commit 10c58de

Please sign in to comment.