mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
I had added this to help VersionTests.java identify when it was running in gradle so it could be sure that it got the real Version information but even running in gradle doesn't give the real version information because it runs against a build directory instead of a jar. And the jar is all that has the version information because the version information is read from the manifest. Original commit: elastic/x-pack-elasticsearch@3acbd01433