Skip to content

Commit

Permalink
⬆️ Upgrade GraalVM to 19.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Jul 14, 2019
1 parent eae7c5b commit 061076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-executable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lein uberjar
echo "Install GraalVM via SDKMAN!:"
curl --silent "https://get.sdkman.io" | bash || echo 'SDKMAN! already installed'
source "$HOME/.sdkman/bin/sdkman-init.sh"
GRAALVM_VERSION=19.0.2-grl
GRAALVM_VERSION=19.1.0-grl
sdkman_auto_answer=true sdk install java $GRAALVM_VERSION > /dev/null
sdk use java $GRAALVM_VERSION

Expand Down

0 comments on commit 061076d

Please sign in to comment.