Skip to content

Commit

Permalink
Compile and run Elasticsearch with JDK 12
Browse files Browse the repository at this point in the history
With this commit we set the required JDK for compiling Elasticsearch to
JDK 12 and also allow to run it with JDK 12.

Relates #22
  • Loading branch information
danielmitterdorfer authored Mar 20, 2019
1 parent 9d01d65 commit 98baa15
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 @@ -5,6 +5,6 @@ artifact_path_pattern = distribution/archives/oss-linux-tar/build/distributions/
release_url = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{{VERSION}}-linux-x86_64.tar.gz
docker_image=docker.elastic.co/elasticsearch/elasticsearch-oss
# major version of the JDK that is used to build Elasticsearch
build.jdk = 11
build.jdk = 12
# list of JDK major versions that are used to run Elasticsearch
runtime.jdk = 11,10,9,8
runtime.jdk = 12,11,10,9,8

0 comments on commit 98baa15

Please sign in to comment.