We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f6e54 commit 5243295Copy full SHA for 5243295
buildSrc/src/main/java/org/elasticsearch/gradle/test/DistroTestPlugin.java
@@ -69,7 +69,7 @@
69
import static org.elasticsearch.gradle.vagrant.VagrantMachine.convertWindowsPath;
70
71
public class DistroTestPlugin implements Plugin<Project> {
72
- private static final String GRADLE_JDK_VERSION = "13.0.1+9@cec27d702aa74d5a8630c65ae61e4305";
+ private static final String GRADLE_JDK_VERSION = "14+36@076bab302c7b4508975440c56f6cc26a";
73
private static final String GRADLE_JDK_VENDOR = "openjdk";
74
75
// all distributions used by distro tests. this is temporary until tests are per distribution
0 commit comments