This is an automated email from the ASF dual-hosted git repository. hangc0276 pushed a commit to branch branch-4.18 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit ac1da31640541dfaec48f177b2bad59e0a7f5d93 Author: void-ptr974 <[email protected]> AuthorDate: Tue Jun 2 01:49:10 2026 +0800 Include lombok config in source release (#4808) (cherry picked from commit 3c4a02673f82501d016a9c26828df96fabdba474) --- 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>
