Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
8.6.3
-
None
Description
In PR-1733 we noticed that the comments for generating old indexes in org.apache.lucene.index.TestBackwardsCompatibility use ant instead of gradle.
However, since support for ant has been removed we should update the docs to reflect the new command.
New tests in the same PR-1733 suggest that the change in the comments is simple:
Replace `ant test` by `gradlew test`. (with no change in the JVM args)
I've verified that this works for the tests in PR-1733