mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
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:
parent
5a0c32833e
commit
3212557da4
@ -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
|
||||
|
||||
|
@ -6,5 +6,4 @@
|
||||
# or 'openjdk' followed by the major release number.
|
||||
|
||||
ES_BUILD_JAVA:
|
||||
- java11
|
||||
- openjdk12
|
||||
|
@ -1 +1 @@
|
||||
1.11
|
||||
1.12
|
Loading…
x
Reference in New Issue
Block a user