Skip to content

Commit

Permalink
Compile and run Elasticsearch with JDK 14 (#48)
Browse files Browse the repository at this point in the history
With this commit we set the required JDK for compiling Elasticsearch to
JDK 14 and also allow to run it with JDK 14.
  • Loading branch information
danielmitterdorfer authored Apr 6, 2020
1 parent c2b7ae4 commit 54f1bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cars/v1/vanilla/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jdk.unbundled.release_url = https://artifacts.elastic.co/downloads/elasticsearch

docker_image=docker.elastic.co/elasticsearch/elasticsearch-oss
# major version of the JDK that is used to build Elasticsearch
build.jdk = 13
build.jdk = 14
# list of JDK major versions that are used to run Elasticsearch
runtime.jdk = 13,12,11
runtime.jdk = 14,13,12,11
runtime.jdk.bundled = true

0 comments on commit 54f1bd9

Please sign in to comment.