mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
The last remaining Jenkins job prior to BK migration is for exhaustive tests. The compatibility phase seems to be failing since57dc14c92
with Java 17.0.2 This commit switches from OpenJDK 17 (whose last release was 17.0.2) to AdoptiumJDK 17 which actively receives updates and is bundled in the custom images used by Jenkins. (cherry picked from commit66d37412e8
) Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
parent
34056f378d
commit
02b67592d6
1 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
LS_BUILD_JAVA=jdk17
|
||||
LS_RUNTIME_JAVA=jdk17
|
||||
LS_BUILD_JAVA=adoptiumjdk17
|
||||
LS_RUNTIME_JAVA=adoptiumjdk17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue