Backport PR #13369 to 7.16: Add java version parameterization to Logstash builds (#13386)

Backport PR #13369 to 7.16 branch. Original message:

Add ability to pull the version used to build java from the logstash repo, rather
than rely on system Java. Previously, builds would use JAVA_HOME, now this setting
is ignored in Logstash (and by extension, parts of the Logstash build), which was causing
variations in the version of Java used to build Logstash, including the use of Java 8,
which the Logstash team would like to remove support for.

Relates: https://github.com/elastic/infra/pull/32818
This commit is contained in:
Rob Bavey 2021-11-04 09:57:02 -04:00 committed by GitHub
parent 354210663d
commit ff99fbe8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
LS_BUILD_JAVA=openjdk11
LS_RUNTIME_JAVA=openjdk11