mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
78be3dde25
This commit adds JDK 13 to the CI rotation for testing. For now, we will be testing against JDK 13 EA builds.
12 lines
332 B
Properties
12 lines
332 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=openjdk12
|
|
ES_RUNTIME_JAVA=java8
|
|
GRADLE_TASK=build
|
|
|
|
|