chia7712 commented on PR #16253:
URL: https://github.com/apache/kafka/pull/16253#issuecomment-2161249378

   > I think that it need to modify some gradle task to resolve it.
   
   yep, `connect:runtime` can use junit 5 now. Sorry that my previous comment 
is not clear. Please complete following changes:
   
   1. Please remove `shouldUseJUnit5` from build.gradle.
   2. please make sure `connect:runtime` has following dependencies:
   ```
       testImplementation libs.junitJupiter
       testImplementation libs.junitVintageEngine
       testImplementation libs.mockitoJunitJupiter
       testImplementation libs.mockitoCore
   ```
   3. `junitJupiterApi` is included by `libs.junitJupiter` so we can remove it.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to