mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
Early versions of JDK 8 have a compiler bug that prevents assignment to a definitely unassigned final variable inside the body of a lambda. This commit adds an early-out to the build process which also gives a useful error message. Closes #16418