Require JDK 12 for compilation (#40231)

This commit switches from requiring JDK 11 for compilation to requiring
JDK 12 for compilation.
This commit is contained in:
Jason Tedor 2019-03-22 08:32:45 -04:00
parent 5a0c32833e
commit 3212557da4
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

@ -1 +1 @@
1.11
1.12