Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release wizard to split clean and check calls to separate calls (#13843)
While preparing Lucene 10 RC1, I had an issue running the release script from branch_10_0. It reproduces on branch_10x as well. The ./gradle clean check command fails with the following gradle error and some huge tasks dependency output: Unable to make progress running work. There are items queued for execution but none of them can be started I worked around this by splitting the clean and check into two separate calls, in which case everything works fine.am making this change at least until we have figured out what causes the issue and we have a fix.
- Loading branch information