mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
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:
parent
354210663d
commit
ff99fbe8f1
1 changed files with 2 additions and 0 deletions
2
.ci/java-versions.properties
Normal file
2
.ci/java-versions.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
LS_BUILD_JAVA=openjdk11
|
||||
LS_RUNTIME_JAVA=openjdk11
|
Loading…
Add table
Add a link
Reference in a new issue