mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +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