Skip to content

Commit

Permalink
Upgrade the bundled JDK to JDK 14 (#53748)
Browse files Browse the repository at this point in the history
This commit upgrades the bundled JDK to JDK 14.
  • Loading branch information
jasontedor committed Mar 18, 2020
1 parent 3f3033b commit 2f4c224
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/openjdk13-binaries/releases/download/jdk-13.0.2%2B8/OpenJDK13U-jdk_x64_linux_hotspot_13.0.2_8.tar.gz',
'jdkVersion' : '13.0.2+8',
'jdkUrl' : 'https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14%2B36/OpenJDK14U-jdk_x64_linux_hotspot_14_36.tar.gz',
'jdkVersion' : '14+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 2f4c224

Please sign in to comment.