Skip to content

Commit 6864946

Browse files
committed
Remove 21 from the main runtime config
Signed-off-by: Ian Hoang <ianhoang16@gmail.com>
1 parent 484ee06 commit 6864946

File tree

1 file changed

+1
-1
lines changed
  • osbenchmark/resources/provision_configs/main/provision_config_instances/v1/vanilla

1 file changed

+1
-1
lines changed

osbenchmark/resources/provision_configs/main/provision_config_instances/v1/vanilla/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ docker_image=opensearchproject/opensearch
1818
# major version of the JDK that is used to build OpenSearch
1919
build.jdk = 21
2020
# list of JDK major versions that are used to run OpenSearch
21-
runtime.jdk = 21,17,16,15,14,13,12,11,8
21+
runtime.jdk = 17,16,15,14,13,12,11,8
2222
runtime.jdk.bundled = true

0 commit comments

Comments
 (0)