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 fae15f9 commit 652f5cd
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 (only required for plugin builds)
build.jdk=10
# list of JDK major versions that are used to run Elasticsearch
runtime.jdk=10,9,8

0 comments on commit 652f5cd

Please sign in to comment.