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 be319eacb86 MINOR: Remove testImplementation storage:storage-api
(#22924)
be319eacb86 is described below
commit be319eacb86d5c3170c347421acf4010a916f086
Author: Ken Huang <[email protected]>
AuthorDate: Sat Jul 25 07:55:59 2026 +0800
MINOR: Remove testImplementation storage:storage-api (#22924)
See the comment:
https://github.com/apache/kafka/pull/22903#issuecomment-5068682305
Reviewers: Chia-Ping Tsai <[email protected]>
---
build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index bc5823ba56f..1e8feeb3cba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2664,7 +2664,6 @@ project(':tools') {
testImplementation project(':connect:api')
testImplementation project(':connect:runtime')
testImplementation testFixtures(project(':connect:runtime'))
- testImplementation project(':storage:storage-api').sourceSets.main.output
testImplementation testFixtures(project(':storage'))
testImplementation project(':streams')
testImplementation project(':streams').sourceSets.test.output