Skip to content

Commit 6853d73

Browse files
committed
Require JDK 14 for compilation (#54696)
This commit bumps the minimum JDK required for compilation to JDK 14.
1 parent 6d29da0 commit 6853d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/java-versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# build and test Elasticsearch for this branch. Valid Java versions
55
# are 'java' or 'openjdk' followed by the major release number.
66

7-
ES_BUILD_JAVA=openjdk13
7+
ES_BUILD_JAVA=openjdk14
88
ES_RUNTIME_JAVA=java8
99
GRADLE_TASK=build
1010
GRADLE_EXTRA_ARGS=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13
1+
14

0 commit comments

Comments
 (0)