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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git

commit 83174ac063be34e3a1d615ac5111ca9e496a82ff
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Thu Nov 25 11:55:32 2021 +0100

    [FLINK-25039][build] Disable shading of test jar by default
---
 flink-examples-streaming-gcp-pubsub/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-examples-streaming-gcp-pubsub/pom.xml 
b/flink-examples-streaming-gcp-pubsub/pom.xml
index 2ff1b85..cf5824c 100644
--- a/flink-examples-streaming-gcp-pubsub/pom.xml
+++ b/flink-examples-streaming-gcp-pubsub/pom.xml
@@ -66,7 +66,6 @@ under the License.
                                                        <goal>shade</goal>
                                                </goals>
                                                <configuration>
-                                                       
<shadeTestJar>false</shadeTestJar>
                                                        
<shadedArtifactAttached>false</shadedArtifactAttached>
                                                        
<createDependencyReducedPom>false</createDependencyReducedPom>
                                                        <transformers>

Reply via email to