jolshan commented on code in PR #14456:
URL: https://github.com/apache/kafka/pull/14456#discussion_r1344425267


##########
build.gradle:
##########
@@ -1908,6 +1908,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

Review Comment:
   I was worried for a moment since I definitely checked the build on this 😅 
Glad it was sorted.



##########
build.gradle:
##########
@@ -1908,6 +1908,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

Review Comment:
   I was worried for a moment since I definitely checked the build on this 😅 
Glad it was sorted.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to