فهرست منبع

Update gradle in vagrant to use jdk14 (#55130)

This commit updates the Java version used within vagrant tests by gradle
inside the VM to use JDK14.

closes #55044
Ryan Ernst 5 سال پیش
والد
کامیت
1fc05f1df3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      buildSrc/src/main/java/org/elasticsearch/gradle/test/DistroTestPlugin.java

+ 1 - 1
buildSrc/src/main/java/org/elasticsearch/gradle/test/DistroTestPlugin.java

@@ -71,7 +71,7 @@ import static org.elasticsearch.gradle.vagrant.VagrantMachine.convertWindowsPath
 public class DistroTestPlugin implements Plugin<Project> {
     private static final String SYSTEM_JDK_VERSION = "11.0.2+9";
     private static final String SYSTEM_JDK_VENDOR = "openjdk";
-    private static final String GRADLE_JDK_VERSION = "13.0.1+9@cec27d702aa74d5a8630c65ae61e4305";
+    private static final String GRADLE_JDK_VERSION = "14+36@076bab302c7b4508975440c56f6cc26a";
     private static final String GRADLE_JDK_VENDOR = "openjdk";
 
     // all distributions used by distro tests. this is temporary until tests are per distribution