Skip to content

Commit 5a921b0

Browse files
committed
Add java-versions.properties file for CI (elastic#1474)
1 parent b77643e commit 5a921b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.ci/java-versions.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file is used with all of the non-matrix tests in Jenkins,
2+
# and is based on how the Elasticsearch project configures java
3+
# versions.
4+
5+
# This .properties file defines the versions of Java with which to
6+
# build and test Elasticsearch for this branch. Valid Java versions
7+
# are 'java' or 'openjdk' followed by the major release number.
8+
9+
ESH_BUILD_JAVA=java8
10+
ESH_RUNTIME_JAVA=java8

0 commit comments

Comments
 (0)