Browse Source

Bundle AdoptOpenJDK 13 (#46860)

This commit switches to use AdoptOpenJDK 13 for bundling the JDK,
instead of Oracle OpenJDK 13.
Jason Tedor 6 years ago
parent
commit
018e4ef53e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      buildSrc/version.properties

+ 2 - 2
buildSrc/version.properties

@@ -1,8 +1,8 @@
 elasticsearch     = 8.0.0
 elasticsearch     = 8.0.0
 lucene            = 8.2.0
 lucene            = 8.2.0
 
 
-bundled_jdk_vendor = openjdk
-bundled_jdk = 13+33@5b8a42f3905b406298b72d750b6919f6
+bundled_jdk_vendor = adoptopenjdk
+bundled_jdk = 13+33
 
 
 # optional dependencies
 # optional dependencies
 spatial4j         = 0.7
 spatial4j         = 0.7