ijuma commented on code in PR #12616:
URL: https://github.com/apache/kafka/pull/12616#discussion_r967325334


##########
build.gradle:
##########
@@ -2653,9 +2659,9 @@ project(':connect:runtime') {
   }
 
   task genConnectOpenAPIDocs(type: 
io.swagger.v3.plugins.gradle.tasks.ResolveTask, dependsOn: 
setVersionInOpenAPISpec) {
-    classpath = sourceSets.main.compileClasspath + 
sourceSets.main.runtimeClasspath
+    classpath = sourceSets.main.runtimeClasspath

Review Comment:
   Do we need this assignment at all or can we just inline 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to