Skip to content

Commit

Permalink
Upgrade bundled jdk to 14.0.1 (#57233) (#57260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst authored May 28, 2020
1 parent da3dbed commit 537cb22
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%2B36/OpenJDK14U-jdk_x64_linux_hotspot_14_36.tar.gz',
'jdkVersion' : '14+36',
'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',
'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 537cb22

Please sign in to comment.