We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77643e commit 5a921b0Copy full SHA for 5a921b0
.ci/java-versions.properties
@@ -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