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
This commit is contained in:
Ryan Ernst 2020-04-14 16:57:13 -07:00 committed by Ryan Ernst
parent 36f6e542a2
commit 5243295788
No known key found for this signature in database
GPG Key ID: 5F7EA39E15F54DCE
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ import static org.elasticsearch.gradle.vagrant.VagrantMachine.convertLinuxPath;
import static org.elasticsearch.gradle.vagrant.VagrantMachine.convertWindowsPath;
public class DistroTestPlugin implements Plugin<Project> {
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