Require JDK 8 for translations

zanata-cli does not work with openjdk > version 8, so pin down version
8.

Ubuntu has version 8 both in Xenial and Bionic:
https://packages.ubuntu.com/xenial/java/openjdk-8-jre-headless
https://packages.ubuntu.com/bionic/java/openjdk-8-jre-headless

Change-Id: I6a728c85ded138c9098054535d8b61d897d97595
This commit is contained in:
Andreas Jaeger 2020-01-14 21:28:05 +01:00
parent 401f2132f5
commit 6c1cfd9b8f

View File

@ -1 +1 @@
zanata_jre_package: default-jre-headless
zanata_jre_package: openjdk-8-jre-headless