dejan2609 commented on pull request #10466: URL: https://github.com/apache/kafka/pull/10466#issuecomment-821831500
Also, after some digging I stumbled upon these GitHub resources (I will intentionally leave them formatted as code): - `https://github.com/gradle/gradle/issues/6353` - `https://github.com/gradle/gradle/issues/847` (especially comment: `https://github.com/gradle/gradle/issues/847#issuecomment-287515195`): > Came across this and was looking for a workaround...so in case anyone else is trying to find a way out: it seems sufficient to change `group` for the subprojects such that they end up with different module coordinates I tested this quick and dirty solution (experimented with changing `group` for subprojects) but that action yield no results... 😐 Also, I played around with dependencies and tasks: - ./gradlew streams:dependencies > DEPS.txt - ./gradlew tiTree :streams:copyDependantLibs > TasksGraph.txt - ./gradlew tiOrder :streams:copyDependantLibs > TasksOrder.txt (appropriate plugin is added in order to create Gradle taks graph and list). So, after some time, I moved to a phase two. -- 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