This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new db0a9e802 [build] Try to minimize paimon-common jar (#1835)
db0a9e802 is described below
commit db0a9e80271855d007438e4f8c6279e9a38ff0d3
Author: Jingsong Lee <[email protected]>
AuthorDate: Mon Aug 21 10:46:24 2023 +0800
[build] Try to minimize paimon-common jar (#1835)
---
paimon-common/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/paimon-common/pom.xml b/paimon-common/pom.xml
index fc40df42e..3fa75d78e 100644
--- a/paimon-common/pom.xml
+++ b/paimon-common/pom.xml
@@ -287,6 +287,7 @@ under the License.
<shadedPattern>org.apache.paimon.shade.it.unimi.dsi.fastutil</shadedPattern>
</relocation>
</relocations>
+ <minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>