1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Temporarily revert builder to Java 17 (#2351)

Debian 11 repo does not have Java 21. Revert to Java 17 for now so we
can build the builder image, which is needed for release.
This commit is contained in:
Lai Jiang
2024-03-05 16:30:23 -05:00
committed by GitHub
parent c896c022a6
commit 37e4607c91

View File

@@ -22,7 +22,7 @@ apt-get upgrade -y
# Install GPG2 (in case it was not included)
apt-get install gnupg2 -y
# Install Java
apt-get install openjdk-21-jdk-headless -y
apt-get install openjdk-17-jdk-headless -y
# Install Python
apt-get install python3 -y
# As of March 2021 python3 is at v3.6. Get pip then install dataclasses