This is an automated email from the ASF dual-hosted git repository.
vterentev pushed a commit to branch release-2.66-javadoc
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.66-javadoc by this
push:
new 8a2de6d09a7 Suppress javadoc warnings
8a2de6d09a7 is described below
commit 8a2de6d09a7517ffd2b282c18a7502a8d320ca63
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jul 3 20:56:24 2025 +0400
Suppress javadoc warnings
---
.github/workflows/build_release_candidate.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_release_candidate.yml
b/.github/workflows/build_release_candidate.yml
index 9ded0916e0f..0131b1364d2 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -333,7 +333,7 @@ jobs:
- name: Build Java Docs
working-directory: beam
run: |
- ./gradlew :sdks:java:javadoc:aggregateJavadoc -PisRelease
--no-daemon --no-parallel -Xdoclint:none -quiet
+ ./gradlew :sdks:java:javadoc:aggregateJavadoc -PisRelease
--no-daemon --no-parallel -Dorg.gradle.java.options="-Xlint:none -Xdoclint:none
-quiet"
- name: Add canonical link into javadocs
uses: cicirello/javadoc-cleanup@v1
with: