mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
Now that JDK 11 is GA, we would switch our 6.x and master branches to the JDK 11 compiler. This commit makes this change, as well as removes JDK 10 from the CI configuration.
10 lines
340 B
YAML
10 lines
340 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 with
|
|
# which Elasticsearch will be built. Valid Java versions are 'java'
|
|
# or 'openjdk' followed by the major release number.
|
|
|
|
ES_BUILD_JAVA:
|
|
- java11
|