Require JDK 11 for compilation (#34103)

Now that JDK 11 is GA, we would switch our 6.x and master branches to
the JDK 11 compiler. This commit makes this change, as well as removes
JDK 10 from the CI configuration.
This commit is contained in:
Jason Tedor 2018-10-03 08:59:00 -04:00 committed by GitHub
parent 41528c0813
commit 86642d29e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 4 deletions

View File

@ -4,5 +4,5 @@
# build and test Elasticsearch for this branch. Valid Java versions
# are 'java' or 'openjdk' followed by the major release number.
ES_BUILD_JAVA=java10
ES_BUILD_JAVA=java11
ES_RUNTIME_JAVA=java8

View File

@ -6,5 +6,4 @@
# or 'openjdk' followed by the major release number.
ES_BUILD_JAVA:
- java10
- java11

View File

@ -8,5 +8,4 @@
ES_RUNTIME_JAVA:
- java8
- java8fips
- java10
- java11

View File

@ -1 +1 @@
1.10
1.11