Skip to content

Commit

Permalink
Upgrade the bundled JDK to JDK 15 (#62580)
Browse files Browse the repository at this point in the history
This commit upgrades the bundled JDK to JDK 15.
  • Loading branch information
rjernst committed Sep 17, 2020
1 parent 11ba9e5 commit ffe7df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ext.expansions = { oss, local ->
'build_date' : project.buildDate,
'elasticsearch' : elasticsearch,
'git_revision' : project.gitRevision,
'jdkUrl' : 'https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.1%2B7/OpenJDK14U-jdk_x64_linux_hotspot_14.0.1_7.tar.gz',
'jdkVersion' : '14.0.1+7',
'jdkUrl' : 'https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36/OpenJDK15U-jdk_x64_linux_hotspot_15_36.tar.gz',
'jdkVersion' : '15+36',
'license' : oss ? 'Apache-2.0' : 'Elastic-License',
'source_elasticsearch': local ? "COPY $elasticsearch /opt/" : "RUN cd /opt && curl --retry 8 -s -L -O https://artifacts.elastic.co/downloads/elasticsearch/${elasticsearch} && cd -",
'version' : VersionProperties.elasticsearch
Expand Down

0 comments on commit ffe7df0

Please sign in to comment.