Skip to content

Commit

Permalink
Add java version parameterization to Logstash builds (elastic#13369)
Browse files Browse the repository at this point in the history
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 8533232 commit 35522ac
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 35522ac

Please sign in to comment.