mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
The version checker ensures custom JDKs used to run Elasticsearch meet the minimum Java version. It uses a multi-release jar to pass through the "ok" versions, falling back to a java 8 version to print an error. However, a multi-release jar is not necessary, we can instead do simple string version parsing for the check, special casing Java 1.8. |
||
---|---|---|
.. | ||
src/main/java/org/elasticsearch/tools/java_version_checker | ||
build.gradle |