deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

chore: Update projects that use Arrow 18 to require Java 11 #6417

Open niloc132 opened 9 hours ago

niloc132 commented 9 hours ago

These projects depend directly or indirectly on Arrow v18 jars, which are compiled to require Java 11. Gradle correctly fails to build if a project depending on one of these still tries to use Java 8.

Follow-up #6347