Add regeneration workaround to the docs

This commit is contained in:
Robert Muir 2024-03-30 09:51:31 -04:00
parent c0d81932df
commit e2110e0b8e
No known key found for this signature in database
GPG Key ID: 817AE1DD322D7ECA
1 changed files with 16 additions and 0 deletions

View File

@ -16,6 +16,22 @@ In many cases hitting (1) means you'll have to do (2) so let's discuss
these in order.
SPECIAL NOTE
------------
Regeneration tasks currently don't play well with the current gradle version.
To workaround the issue, compile everything first:
gradlew compileJava
Then run the commands as described in this document, excluding compileJava.
For example to run "regenerate":
gradlew regenerate -x compileJava
More information: https://github.com/apache/lucene/issues/13240
Checksum validation errors
--------------------------