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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 07c50aa64965502716ca9f71116b0024f0558eb5
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Apr 20 09:57:31 2022 +0200

    [FLINK-27317][build] Don't fork build for attaching sources
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80860465742..f314eceb093 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1229,7 +1229,7 @@ under the License.
                                                        <execution>
                                                                
<id>attach-sources</id>
                                                                <goals>
-                                                                       
<goal>jar</goal>
+                                                                       
<goal>jar-no-fork</goal>
                                                                </goals>
                                                        </execution>
                                                </executions>

Reply via email to