2018-04-02 14:24:25 -04:00
|
|
|
# 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.
|
|
|
|
|
2020-04-08 09:25:27 -04:00
|
|
|
ES_BUILD_JAVA=openjdk14
|
2018-04-02 14:24:25 -04:00
|
|
|
ES_RUNTIME_JAVA=java8
|
2018-10-02 10:11:01 -04:00
|
|
|
GRADLE_TASK=build
|
2019-10-09 07:26:26 -04:00
|
|
|
GRADLE_EXTRA_ARGS=
|