rmuir opened a new pull request, #14867: URL: https://github.com/apache/lucene/pull/14867
hackishly applies "eclipse" plugin to all subprojects. this forces it to download the source jars, which doesn't happen today. pokes around in the gradle cache to find corresponding source jars and specifies them in the .classpath properly. Still needs to remove .classpath/.project/.settings that is being generated in each subproject as a side-effect. Closes #14865 I need help as I spent hours trying to remove .classpath/.project/.settings from the subprojects, but can't figure it out. But if you run `gradlew eclipse` from this branch and then run `git clean -df` afterwards, it will take care of them and you will see that it works:  -- 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