srielau commented on code in PR #55801:
URL: https://github.com/apache/spark/pull/55801#discussion_r3222698187


##########
project/SparkBuild.scala:
##########
@@ -1729,6 +1778,11 @@ object Unidoc {
       inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, 
kubernetes,
         yarn, tags, streamingKafka010, sqlKafka010, connectCommon, connect, 
connectJdbc,
         connectClient, connectShims, protobuf, profiler, udfWorkerProto, 
udfWorkerCore),
+
+    cleanGenjavadocOutput := {
+      IO.delete(genjavadocJavaOutputDirs((ThisBuild / baseDirectory).value))
+      ()
+    }

Review Comment:
   Done in 9fb4d77: replaced the filesystem walk with 
`target.all(ScopeFilter(inAnyProject))`, removed `genjavadocJavaOutputDirs` and 
the skip-list.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to