mirror of
https://github.com/zulip/zulip.git
synced 2026-06-03 21:01:43 +08:00
provision: Install Java ≥ 17.
This is required by vnu-jar now. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
b33c183060
commit
202b6735ee
@ -119,7 +119,11 @@ UBUNTU_COMMON_APT_DEPENDENCIES = [
|
||||
"redis-server",
|
||||
"hunspell-en-us",
|
||||
"puppet-lint",
|
||||
"default-jre-headless", # Required by vnu-jar
|
||||
(
|
||||
"openjdk-17-jre-headless"
|
||||
if vendor == "ubuntu" and os_version == "22.04"
|
||||
else "default-jre-headless"
|
||||
), # Required by vnu-jar
|
||||
# Puppeteer dependencies from here
|
||||
"fonts-freefont-ttf",
|
||||
"libatk-bridge2.0-0",
|
||||
|
||||
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 503
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (380, 0) # bumped 2026-05-12 to upgrade Python requirements
|
||||
PROVISION_VERSION = (380, 1) # bumped 2026-05-12 to install Java 17
|
||||
|
||||
Loading…
Reference in New Issue
Block a user