From 5f2cdaa7c2374fd488c204f02043b69256c97593 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 19 Sep 2019 07:03:50 -0400 Subject: [PATCH] Bundle AdoptOpenJDK 13 This commit switches to use AdoptOpenJDK 13 for bundling the JDK, instead of Oracle OpenJDK 13. --- buildSrc/version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 48d84c8fa2291..cb225aa70af80 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,8 +1,8 @@ elasticsearch = 8.0.0 lucene = 8.2.0 -bundled_jdk_vendor = openjdk -bundled_jdk = 13+33@5b8a42f3905b406298b72d750b6919f6 +bundled_jdk_vendor = adoptopenjdk +bundled_jdk = 13+33 # optional dependencies spatial4j = 0.7