This is an automated email from the ASF dual-hosted git repository.

mimaison 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 e90f82b62a9 MINOR: Fix dependency issue in tools module (#14475)
e90f82b62a9 is described below

commit e90f82b62a94dc556e231f033e22030c06d60232
Author: Nikolay <nizhi...@apache.org>
AuthorDate: Tue Oct 3 19:03:38 2023 +0300

    MINOR: Fix dependency issue in tools module (#14475)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 82530e05c70..6d24f064958 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1911,7 +1911,7 @@ project(':tools') {
     testImplementation project(':connect:api')
     testImplementation project(':connect:runtime')
     testImplementation project(':connect:runtime').sourceSets.test.output
-    testImplementation project(':storage:api').sourceSets.main.output
+    testImplementation project(':storage:storage-api').sourceSets.main.output
     testImplementation libs.junitJupiter
     testImplementation libs.mockitoCore
     testImplementation libs.mockitoJunitJupiter // supports MockitoExtension

Reply via email to