dsmiley commented on PR #4499:
URL: https://github.com/apache/solr/pull/4499#issuecomment-4672324693
Seems like we need to bring back excluding `.gradle/**` for similar/same
reasons as we need to exclude the build output. A gradle failure happened on
my machine where ref guide nodeSetup was writing some config or something to
.gradle
I'll just push a couple lines like so, line 126, ok?:
```groovy
// similarly, at least one subproject writes to .gradle/ for
config/setup
exclude ".gradle/**"
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]