This is an automated email from the ASF dual-hosted git repository.
hangc0276 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 3c4a02673f Include lombok config in source release (#4808)
3c4a02673f is described below
commit 3c4a02673f82501d016a9c26828df96fabdba474
Author: void-ptr974 <[email protected]>
AuthorDate: Tue Jun 2 01:49:10 2026 +0800
Include lombok config in source release (#4808)
---
bookkeeper-dist/src/assemble/src.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/bookkeeper-dist/src/assemble/src.xml
b/bookkeeper-dist/src/assemble/src.xml
index 94cf8dc347..550e207f10 100644
--- a/bookkeeper-dist/src/assemble/src.xml
+++ b/bookkeeper-dist/src/assemble/src.xml
@@ -31,6 +31,7 @@
<include>**/LICENSE</include>
<include>**/NOTICE</include>
<include>**/pom.xml</include>
+ <include>lombok.config</include>
<include>**/*gradle*</include>
<include>**/src/**</include>
<include>**/conf/**</include>