Browse Source

Bump Java compiler version for ARM and FIPS builds

Mark Vieira 3 years ago
parent
commit
41db73597b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .ci/java-versions-aarch64.properties
  2. 1 1
      .ci/java-versions-fips.properties

+ 1 - 1
.ci/java-versions-aarch64.properties

@@ -4,5 +4,5 @@
 # build and test Elasticsearch for this branch. Valid Java versions
 # build and test Elasticsearch for this branch. Valid Java versions
 # are 'java' or 'openjdk' followed by the major release number.
 # are 'java' or 'openjdk' followed by the major release number.
 
 
-ES_BUILD_JAVA=jdk16
+ES_BUILD_JAVA=jdk17
 ES_RUNTIME_JAVA=jdk17
 ES_RUNTIME_JAVA=jdk17

+ 1 - 1
.ci/java-versions-fips.properties

@@ -4,5 +4,5 @@
 # build and test Elasticsearch for this branch. Valid Java versions
 # build and test Elasticsearch for this branch. Valid Java versions
 # are 'java' or 'openjdk' followed by the major release number.
 # are 'java' or 'openjdk' followed by the major release number.
 
 
-ES_BUILD_JAVA=openjdk16
+ES_BUILD_JAVA=openjdk17
 ES_RUNTIME_JAVA=openjdk17
 ES_RUNTIME_JAVA=openjdk17