rmuir commented on PR #14867: URL: https://github.com/apache/lucene/pull/14867#issuecomment-3016916900
I added a thermonuclear hack on top of the other hacks, at least so it has correct behavior. All I want here is, when you run `./gradlew eclipse`, that it does exactly what it does today, and makes exactly the same files, except (example icu4j) 1. `icu4j-77.1-sources.jar` is downloaded to gradle cache. 2. `.classpath` entry contains `sourcepath` pointing to it: ```xml <classpathentry path="/home/rmuir/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/77.1/38693cf0b1d7362a8b726af74dc06026a7c23809/icu4j-77.1.jar" kind="lib" sourcepath="/home/rmuir/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/77.1/3816e175e91475575e91393835140f34a739dbc7/icu4j-77.1-sources.jar"/> ``` -- 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