Gautam Worah created LUCENE-9593: ------------------------------------ Summary: Update java docs in index/TestBackwardsCompatibility class to use gradle and not ant Key: LUCENE-9593 URL: https://issues.apache.org/jira/browse/LUCENE-9593 Project: Lucene - Core Issue Type: Improvement Components: core/index Affects Versions: 8.6.3 Reporter: Gautam Worah
In [PR-1733|https://github.com/apache/lucene-solr/pull/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|https://github.com/apache/lucene-solr/pull/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|https://github.com/apache/lucene-solr/pull/1733] -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org