mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 06:08: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>
3 lines
59 B
INI
3 lines
59 B
INI
LS_BUILD_JAVA=adoptiumjdk17
|
|
LS_RUNTIME_JAVA=adoptiumjdk17
|
|
|