mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
23ab9e0204
We have a long history of advancing the required compiler to the newest JDK. JDK 13 has been with us for awhile, but we were blocked from upgrading since Gradle was not compatible with JDK 13. With the advancement in our project to Gradle 6 which supports JDK 13, we can now advance our minimum compiler version. This commit updates the minimum compiler version to JDK 13.
20 lines
480 B
YAML
20 lines
480 B
YAML
# This file is used as part of a matrix build in Jenkins where the
|
|
# values below are included as an axis of the matrix.
|
|
|
|
# This axis of the build matrix represents the versions of Java on
|
|
# which Elasticsearch will be tested. Valid Java versions are 'java'
|
|
# or 'openjdk' followed by the major release number.
|
|
|
|
ES_RUNTIME_JAVA:
|
|
- java8
|
|
- java8fips
|
|
- java11
|
|
- openjdk13
|
|
- openjdk14
|
|
- zulu8
|
|
- zulu11
|
|
- corretto11
|
|
- corretto8
|
|
- adoptopenjdk11
|
|
- adoptopenjdk8
|