Browse Source

Fix runtime JAVA_HOME path

Mark Vieira 4 years ago
parent
commit
4962105eab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .ci/java-versions.properties

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

@@ -5,4 +5,4 @@
 # are 'java' or 'openjdk' followed by the major release number.
 
 ES_BUILD_JAVA=openjdk16
-ES_RUNTIME_JAVA=jdk11
+ES_RUNTIME_JAVA=java11