From abcd41c159e9d18191af6374f8a0396078f590ea Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 3 Oct 2023 14:36:00 +0200 Subject: [PATCH] KAFKA-14593: fix gradle build Follow-up on 7553d3f where it seems this occurrance was missed --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 82530e05c700e..6d24f0649585b 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