Skip to content

Commit 6072e77

Browse files
committed
[FLINK-37196][docs] Use JDK17 to run documentation build
1 parent ad070ae commit 6072e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ set -e
2020

2121
# override env to use Java 11 to for build instead default Java 8
2222
# path to JDK is taken from https://github.com/apache/flink-connector-shared-utils/blob/ci_utils/docker/base/Dockerfile#L37-L40
23-
export JAVA_HOME=$JAVA_HOME_11_X64
24-
export PATH=$JAVA_HOME_11_X64/bin:$PATH
23+
export JAVA_HOME=$JAVA_HOME_17_X64
24+
export PATH=$JAVA_HOME_17_X64/bin:$PATH
2525

2626
mvn --version
2727
java -version

0 commit comments

Comments
 (0)