mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
1172b3b31b
* Add test matrix axis files for periodic java testing * Add properties file defining java versions to use * We have no openjdk8 * Remove openjdk Oracle Java and OpenJDK basically only differ in license, so we don't need to test both.
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=java10
|
|
ES_RUNTIME_JAVA=java8
|