This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch test-doc in repository https://gitbox.apache.org/repos/asf/flink.git
commit 958734a067add8e8cfb5c7a3abf0572bdf740824 Author: Weijie Guo <[email protected]> AuthorDate: Thu Jul 18 12:05:32 2024 +0800 try to downgrade maven-javadoc-plugin to `2.10.4` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8609a1d895..728ac433948 100644 --- a/pom.xml +++ b/pom.xml @@ -2238,7 +2238,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.7.0</version><!--$NO-MVN-MAN-VER$--> + <version>2.10.4</version><!--$NO-MVN-MAN-VER$--> <configuration> <quiet>true</quiet> <detectOfflineLinks>false</detectOfflineLinks>
