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



##########
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:
       I fixed in 6941701c6d921c65e7e917c7e96a362a2b3dfcab.




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