uschindler commented on a change in pull request #470: URL: https://github.com/apache/lucene/pull/470#discussion_r756197015
########## File path: gradle/validation/ecj-lint.gradle ########## @@ -35,7 +35,9 @@ allprojects { // with a non-empty java.srcDirs. These tasks are then // attached to project's "ecjLint" task. def lintTasks = sourceSets.collect { sourceSet -> - def srcDirs = sourceSet.java.srcDirs.findAll { dir -> dir.exists() } + def srcDirs = sourceSet.java.sourceDirectories Review comment: I was just wondering because previously it also used findAll. If you would have used anothe rmethod it would have been clear. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org