rmuir commented on code in PR #14867: URL: https://github.com/apache/lucene/pull/14867#discussion_r2174050512
########## gradlew: ########## @@ -289,4 +291,12 @@ eval "set -- $( tr '\n' ' ' )" '"$@"' -exec "$JAVACMD" "$@" +if [[ "$buildarg" == "eclipse" ]]; then + "$JAVACMD" "$@" + # clean up unwanted .classpath/.project/.settings in subprojects + # i'm sure there's a better way, but various functionality of gradle such as doLast doesnt work + # use what works. Review Comment: I think some of this is related to #14868, the existing logic isn't even executing at all, which explains why I had so much trouble. -- 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