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.
|
|
|
|
|
2019-12-11 16:02:31 -05:00
|
|
|
ES_BUILD_JAVA=openjdk13
|
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=
|
2019-12-09 14:34:35 -05:00
|
|
|
|
|
|
|
# Workaround for https://github.com/gradle/gradle/issues/11426
|
|
|
|
OPENSHIFT_IP=0.0.0.0
|