mikemccand commented on PR #15585:
URL: https://github.com/apache/lucene/pull/15585#issuecomment-3805845991
> I'll try to backport to 10.x soon ... something's wrong w/ my 10.x dev
area .
D'oh! I was asking gradle to:
```
./gradlew clean check
```
(both at once) and that (weirdly) leads to the confusing deadlock. Why
can't it just say "I'm sorry I cannot do both at once like that". Whereas if I
separate them:
```
./gradlew clean
./gradlew check
```
'Tsall good!
I think this weird gradle bug only happens in `10.x` not `main` branch --
@rmuir thinks @dweiss fixed it already in `main`. But @rmuir suggested
switching to the nuclear `git clean -xfd` option instead of trusting gradle for
cleaning -- I'll try to do that from now on! Gotta erase my muscle memory...
--
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]