mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02: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:
parent
c896c022a6
commit
37e4607c91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue