dejan2609 commented on pull request #10466:
URL: https://github.com/apache/kafka/pull/10466#issuecomment-821968689


   > Could we reintroduce a configuration that behaves the same as 
`testRuntime` did before it was removed?
   
   @ijuma  Can you please expand on this ? Are you referring to a `testRuntime` 
mentioned in a `copyDependantLibs` task ?
   
   https://github.com/apache/kafka/blob/2.8.0-rc2/build.gradle#L1472 
   
   ```
   project(':streams') {
   ...
     tasks.create(name: "copyDependantLibs", type: Copy) {
       from (configurations.testRuntime) {
   ...
     }
   ...
   }
   ```
   
   Or we now just brainstorm about Gradle behavior _**in-general**_ ?
   
     
   
   


-- 
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.

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


Reply via email to