We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1231268 commit 3929b66Copy full SHA for 3929b66
docs-website/vercel-setup.sh
@@ -5,8 +5,8 @@ set -euxo pipefail
5
./metadata-ingestion/scripts/install_deps.sh
6
7
# Set up java version for gradle
8
-yum install java-17-amazon-corretto -y
9
-java --version
+yum install java-17-amazon-corretto-devel -y
+javac --version
10
11
# Build python from source.
12
# Amazon Linux 2 has Python 3.8, but it's version of OpenSSL is super old and hence it
0 commit comments