This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 45c02d7fe3c MINOR: Removing share module from settings (#18806)
45c02d7fe3c is described below
commit 45c02d7fe3cfdfa90ad2a0c5d2b6d8653b3116ea
Author: Apoorv Mittal <[email protected]>
AuthorDate: Wed Feb 5 18:04:30 2025 +0000
MINOR: Removing share module from settings (#18806)
Reviewers: Chia-Ping Tsai <[email protected]>
---
settings.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 2414593c2e5..a81ffb6dcef 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -74,7 +74,6 @@ include 'clients',
'raft',
'server',
'server-common',
- 'share',
'share-coordinator',
'shell',
'storage',