mirror of https://github.com/apache/lucene.git
bb2d09f32e
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. |
||
---|---|---|
.. | ||
aws-jmh | ||
doap | ||
scripts | ||
test-patch | ||
README.txt | ||
size-estimator-lucene-solr.xls |
README.txt
The tools, documentation, etc. in this directory are intended to be helpful to developers of Lucene and Solr. They are not necessarily maintained in the same way that the core code is maintained and so your mileage may vary as to the usefulness of the tools. Description of dev-tools/ contents: ./aws-jmh/ -- Scripts for running microbenchmarks across different ec2 instance types. ./doap/ -- Lucene project descriptors in DOAP RDF format. ./missing-doclet -- JavaDoc validation doclet subproject ./scripts/ -- Odds and ends for building releases, etc. ./test-patch/ -- Scripts for automatically validating patches