Skip to content

Commit

Permalink
Backport PR #13369 to 8.0. Add java version parameterization to Logst…
Browse files Browse the repository at this point in the history
…ash builds (#13383)

Backport PR #13369 to 8.0 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: elastic/infra#32818
  • Loading branch information
robbavey authored Nov 3, 2021
1 parent a2e1df2 commit 05c31aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/java-versions.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
LS_BUILD_JAVA=openjdk11
LS_RUNTIME_JAVA=openjdk11

0 comments on commit 05c31aa

Please sign in to comment.