12 lines
394 B
Properties
12 lines
394 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
|
|
GRADLE_TASK=build
|
|
|
|
GRADLE_EXTRA_ARGS=-Dtests.bwc.refspec=elastic/index-lifecycle-6.x
|