Skip to content

Commit aa8904e

Browse files
authored
Bump to JDK21 for build (#87)
1 parent d87442b commit aa8904e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cars/v1/vanilla/config.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jdk.unbundled.release_url = https://artifacts.elastic.co/downloads/elasticsearch
1818

1919
docker_image=docker.elastic.co/elasticsearch/elasticsearch
2020
# major version of the JDK that is used to build Elasticsearch
21-
build.jdk = 17
21+
build.jdk = 21
2222
# list of JDK major versions that are used to run Elasticsearch
23-
runtime.jdk = 22,21,20,19,18,17,16,15,14,13,12,11
23+
runtime.jdk = 23,22,21,20,19,18,17,16,15,14,13,12,11
2424
runtime.jdk.bundled = true

0 commit comments

Comments
 (0)