chia7712 commented on code in PR #17523:
URL: https://github.com/apache/kafka/pull/17523#discussion_r1804534918
##########
build.gradle:
##########
@@ -1612,9 +1612,12 @@ project(':test-common:test-common-api') {
implementation project(':server')
implementation project(':server-common')
implementation project(':test-common')
- implementation libs.junitJupiter
+ implementation libs.junitJupiterApi
+
testImplementation libs.mockitoCore
+
testRuntimeOnly libs.junitPlatformLanucher
Review Comment:
we don't need to declare `junitPlatformLanucher` again, right?
##########
build.gradle:
##########
@@ -1612,9 +1612,12 @@ project(':test-common:test-common-api') {
implementation project(':server')
implementation project(':server-common')
implementation project(':test-common')
- implementation libs.junitJupiter
Review Comment:
Please add `libs.junitJupiter` to `testImplementation`
--
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]