mirror of https://github.com/apache/lucene.git
b9a569e7be
On newer linux distros, at least, 'python' now means python3. So we can't rely on what version of python it will invoke (at least for a few years). For example in Fedora Linux: https://fedoraproject.org/wiki/Changes/Python_means_Python3 For python2.x code, explicitly call 'python2.7' and for python3.x code, explicitly call 'python3'. Ant variable names are cleaned up, e.g. 'python.exe' is renamed to 'python2.exe' and 'python32.exe' is renamed to 'python3.exe'. This also makes it easy to identify remaining python 2.x code that should be migrated to python 3.x |
||
---|---|---|
.. | ||
ant-compat | ||
generation | ||
maven | ||
testing | ||
validation | ||
wrapper | ||
defaults-idea.gradle | ||
defaults-java.gradle | ||
defaults-javadoc.gradle | ||
defaults.gradle | ||
generate-defaults.gradle | ||
help.gradle |