This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 156cd3d033 [DOC][FLINK] Update flink build command to skip gpg and 
spotless check (#10205)
156cd3d033 is described below

commit 156cd3d03318dba26f8b2523474179c1514f6a8b
Author: Terry Wang <[email protected]>
AuthorDate: Wed Jul 23 14:09:05 2025 +0800

    [DOC][FLINK] Update flink build command to skip gpg and spotless check 
(#10205)
---
 gluten-flink/docs/Flink.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gluten-flink/docs/Flink.md b/gluten-flink/docs/Flink.md
index 650ea5e8de..8c5b9c6344 100644
--- a/gluten-flink/docs/Flink.md
+++ b/gluten-flink/docs/Flink.md
@@ -49,7 +49,7 @@ As some features have not been committed to upstream, you 
have to use the follow
 git clone -b gluten-0530 https://github.com/bigo-sg/velox4j.git
 cd velox4j
 git reset --hard 08059d0784900be063d6e0bc6ccdca5a813570af
-mvn clean install
+mvn clean install -DskipTests -Dgpg.skip -Dspotless.skip=true
 ```
 **Get gluten**
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to