dweiss opened a new pull request, #14870: URL: https://github.com/apache/lucene/pull/14870
This is an alternative take to provide src paths for lib entries in Eclipse. It leverages gradle's build-in utilities - https://docs.gradle.org/current/dsl/org.gradle.plugins.ide.eclipse.model.EclipseClasspath.html I'm sure it doesn't follow gradle's conventions (we collect configurations from subprojects) - maybe @breskeby will know how to do it in a nicer way. I also had to turn off split package checks in eclipse because the generated gradle api jar is full of jdk classes: https://github.com/gradle/gradle/issues/19577 The generated file seems identical to what we used to have and include src refs. When I open the project in eclipse it doesn't compile because of this - I'm not sure how to fix it because it seems like valid code:  -- 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