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 e0ea928 commit dcc8dc1Copy full SHA for dcc8dc1
.github/scripts/build-linux-aarch64-from-docker.sh
@@ -7,7 +7,7 @@ apt-get install -q -y build-essential libz-dev zlib1g-dev git python3-pip curl z
7
8
export PATH="$(pwd)/utils:$PATH"
9
10
-eval "$(cs java --env --jvm 11 --jvm-index https://github.com/coursier/jvm-index/raw/master/index.json)"
+eval "$(cs java --env --jvm temurin:17 --jvm-index https://github.com/coursier/jvm-index/raw/master/index.json)"
11
12
git config --global --add safe.directory "$(pwd)"
13
0 commit comments