Skip to content

Commit 5243295

Browse files
committed
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
1 parent 36f6e54 commit 5243295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/elasticsearch/gradle/test/DistroTestPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
import static org.elasticsearch.gradle.vagrant.VagrantMachine.convertWindowsPath;
7070

7171
public class DistroTestPlugin implements Plugin<Project> {
72-
private static final String GRADLE_JDK_VERSION = "13.0.1+9@cec27d702aa74d5a8630c65ae61e4305";
72+
private static final String GRADLE_JDK_VERSION = "14+36@076bab302c7b4508975440c56f6cc26a";
7373
private static final String GRADLE_JDK_VENDOR = "openjdk";
7474

7575
// all distributions used by distro tests. this is temporary until tests are per distribution

0 commit comments

Comments
 (0)