uschindler commented on a change in pull request #533:
URL: https://github.com/apache/lucene/pull/533#discussion_r771278605



##########
File path: gradle/validation/ecj-lint.gradle
##########
@@ -72,22 +83,41 @@ allprojects {
         args += [ "-enableJavadoc" ]
         args += [ "-properties", 
file("${resources}/ecj.javadocs.prefs").absolutePath ]
 
-        doFirst {
-          tmpDst.mkdirs()
+        // We depend on modular paths.
+        def modularPaths = sourceSet.modularPaths
+        dependsOn modularPaths.compileModulePathConfiguration
+
+        task.argumentProviders.add((CommandLineArgumentProvider) {

Review comment:
       Also renderJavadoc doubles the backslashes in the inputs file.




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