Skip to content

Commit a075bc0

Browse files
authored
GH-44843: [CI][Doc] Remove building Java documentation from this repository (#45000)
### Rationale for this change Our current documentation jobs are failing to build. ### What changes are included in this PR? Do not build Java documentation. This will be build on the arrow-java repository: - apache/arrow-java#455 ### Are these changes tested? Yes on CI ### Are there any user-facing changes? It shouldn't. We won't be producing the documentation here but it should be generated on the `arrow-java` repository. * GitHub Issue: #44843 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 6252e9c commit a075bc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,6 @@ services:
18061806
ARROW_SUBSTRAIT: "ON"
18071807
BUILD_DOCS_C_GLIB: "ON"
18081808
BUILD_DOCS_CPP: "ON"
1809-
BUILD_DOCS_JAVA: "ON"
18101809
BUILD_DOCS_JS: "ON"
18111810
BUILD_DOCS_PYTHON: "ON"
18121811
BUILD_DOCS_R: "ON"
@@ -1819,8 +1818,7 @@ services:
18191818
/arrow/ci/scripts/python_build.sh /arrow /build &&
18201819
/arrow/ci/scripts/c_glib_build.sh /arrow /build &&
18211820
/arrow/ci/scripts/r_build.sh /arrow /build &&
1822-
/arrow/ci/scripts/js_build.sh /arrow /build &&
1823-
/arrow/ci/scripts/java_build.sh /arrow /build"
1821+
/arrow/ci/scripts/js_build.sh /arrow /build"
18241822
18251823
################################# Tools #####################################
18261824

0 commit comments

Comments
 (0)