Skip to content

Commit

Permalink
Specify build.jdk and runtime.jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Jun 5, 2018
1 parent 88f502b commit a17f569
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cars/v1/vanilla/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ clean_command=./gradlew clean
build_command=./gradlew :distribution:archives:oss-tar:assemble
artifact_path_pattern=distribution/archives/oss-tar/build/distributions/*.tar.gz
release_url=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{{VERSION}}.tar.gz
# major version of the JDK that is used to build Elasticsearch
build.jdk=10
# list of JDK major versions that are used to run Elasticsearch
runtime.jdk=10,9,8

This comment has been minimized.

Copy link
@dliappis

dliappis Jun 5, 2018

Contributor

nit: ensure there is a newline character here

This comment has been minimized.

Copy link
@danielmitterdorfer

danielmitterdorfer Jun 5, 2018

Author Member

fixed in abd0f3a (and related commits on all other branches).

0 comments on commit a17f569

Please sign in to comment.