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 169be30 commit fd2e6faCopy full SHA for fd2e6fa
.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=openjdk14
10
+ESH_RUNTIME_JAVA=java11
0 commit comments