mimaison commented on code in PR #23016:
URL: https://github.com/apache/kafka/pull/23016#discussion_r3795193583
##########
build.gradle:
##########
@@ -1519,7 +1526,7 @@ project(':metadata') {
generator project(':generator')
}
- task processMessages(type:JavaExec) {
+ tasks.register('processMessages',JavaExec) {
Review Comment:
Should we add a space to match the others?
##########
build.gradle:
##########
@@ -769,7 +772,7 @@ kafkaPublicApiChecker {
task systemTestLibs(dependsOn: jar)
if (!sourceSets.test.allSource.isEmpty()) {
- task testJar(type: Jar) {
+ tasks.register('testJar', Jar) {
Review Comment:
Is there a reason we kept `task systemTestLibs` above?
--
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]