Bundle AdoptOpenJDK 13 (#46860)
This commit switches to use AdoptOpenJDK 13 for bundling the JDK, instead of Oracle OpenJDK 13.
This commit is contained in:
parent
e467dddd4c
commit
4a9943a906
|
@ -1,8 +1,8 @@
|
||||||
elasticsearch = 7.5.0
|
elasticsearch = 7.5.0
|
||||||
lucene = 8.2.0
|
lucene = 8.2.0
|
||||||
|
|
||||||
bundled_jdk_vendor = openjdk
|
bundled_jdk_vendor = adoptopenjdk
|
||||||
bundled_jdk = 13+33@5b8a42f3905b406298b72d750b6919f6
|
bundled_jdk = 13+33
|
||||||
|
|
||||||
# optional dependencies
|
# optional dependencies
|
||||||
spatial4j = 0.7
|
spatial4j = 0.7
|
||||||
|
|
Loading…
Reference in New Issue