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 ef87b39 commit ca1ba98Copy full SHA for ca1ba98
.ci/java-versions.properties
@@ -13,7 +13,8 @@
13
# build and test OpenSearch for this branch. Valid Java versions
14
# are 'java' or 'openjdk' followed by the major release number.
15
16
-OPENSEARCH_BUILD_JAVA=openjdk11
+# See please https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#minimum_daemon_jvm_version
17
+OPENSEARCH_BUILD_JAVA=openjdk17
18
OPENSEARCH_RUNTIME_JAVA=java11
19
GRADLE_TASK=build
20
GRADLE_EXTRA_ARGS=
buildSrc/src/main/resources/minimumCompilerVersion
@@ -1 +1 @@
1
-14
+17
0 commit comments