mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +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.
9 lines
309 B
Properties
9 lines
309 B
Properties
# This file is used with all of the non-matrix tests in Jenkins.
|
|
|
|
# This .properties file defines the versions of Java with which to
|
|
# build and test Elasticsearch for this branch. Valid Java versions
|
|
# are 'java' or 'openjdk' followed by the major release number.
|
|
|
|
ES_BUILD_JAVA=java11
|
|
ES_RUNTIME_JAVA=java8
|