Skip to content

Commit

Permalink
Require JDK 11 for compilation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jasontedor committed Sep 27, 2018
1 parent ddce970 commit f03bc7a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/java-versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .ci/matrix-build-javas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# or 'openjdk' followed by the major release number.

ES_BUILD_JAVA:
- java10
- java11
1 change: 0 additions & 1 deletion .ci/matrix-runtime-javas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
ES_RUNTIME_JAVA:
- java8
- java8fips
- java10
- java11
2 changes: 1 addition & 1 deletion buildSrc/src/main/resources/minimumCompilerVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10
1.11

0 comments on commit f03bc7a

Please sign in to comment.