Skip to content

Commit 537cb22

Browse files
authored
Upgrade bundled jdk to 14.0.1 (#57233) (#57260)
1 parent da3dbed commit 537cb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/docker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ext.expansions = { oss, local ->
2323
'build_date' : project.buildDate,
2424
'elasticsearch' : elasticsearch,
2525
'git_revision' : project.gitRevision,
26-
'jdkUrl' : 'https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14%2B36/OpenJDK14U-jdk_x64_linux_hotspot_14_36.tar.gz',
27-
'jdkVersion' : '14+36',
26+
'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',
27+
'jdkVersion' : '14.0.1+7',
2828
'license' : oss ? 'Apache-2.0' : 'Elastic-License',
2929
'source_elasticsearch': local ? "COPY $elasticsearch /opt/" : "RUN cd /opt && curl --retry 8 -s -L -O https://artifacts.elastic.co/downloads/elasticsearch/${elasticsearch} && cd -",
3030
'version' : VersionProperties.elasticsearch

0 commit comments

Comments
 (0)