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 156b8cc commit 9511752
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:tar:assemble
artifact_path_pattern=distribution/archives/tar/build/distributions/*.tar.gz
release_url=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{VERSION}}.tar.gz
# major version of the JDK that is used to build Elasticsearch (only required for plugin builds)
build.jdk=8
# list of JDK major versions that are used to run Elasticsearch
runtime.jdk=8

0 comments on commit 9511752

Please sign in to comment.