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 db1caee commit 44fb79fCopy full SHA for 44fb79f
.github/workflows/docs.sh
@@ -18,6 +18,11 @@
18
################################################################################
19
set -e
20
21
+# override env to use Java 11 to for build instead default Java 8
22
+# 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
25
+
26
mvn --version
27
java -version
28
javadoc -J-version
0 commit comments