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 9597cf485b [DOC][FLINK] Update Flink build command to skip gpg and 
spotless check (#10604)
9597cf485b is described below

commit 9597cf485bdbee5b2803d362f7ddda7af7bf9a29
Author: Terry Wang <[email protected]>
AuthorDate: Tue Sep 2 17:37:43 2025 +0800

    [DOC][FLINK] Update Flink build command to skip gpg and spotless check 
(#10604)
---
 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 ff63cbe91c..b1fefc93e5 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 a5e3e9d7f11440f8c4eafeff88ae6945186d02c1
-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