chia7712 commented on code in PR #17397:
URL: https://github.com/apache/kafka/pull/17397#discussion_r1796392094
##########
build.gradle:
##########
@@ -212,7 +212,22 @@ def determineCommitId() {
}
}
-
+/**
+ * For a given Project, compute a nice dash separated directory name
+ * to store the JUnit XML files in. E.g., Project ":connect:api" ->
"connect-api"
Review Comment:
We don't have consistent sub-module naming. The connect-related modules
don't have a prefix, while other sub-modules must include a prefix to avoid
conflicts to connect's sub modules. This means the helper should only revise
the module names for the connect modules.
--
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]