OpenSearch/x-pack/plugin/sql
Costin Leau f7a0cafe55 SQL: Fix build on Java 10
Due to a runtime classpath clash, featureAware task was failing on JVMs
higher than 1.8 (since the ASM version from Painless was used instead
which does not recognized Java 9 or 10 bytecode) causing the task to
fail.
This commit excludes the ASM dependency (since it's not used by SQL
itself).
2018-06-14 18:30:27 +03:00
..
jdbc Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
sql-cli Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
sql-proto Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
sql-shared-client SQL: Remove the last remaining server dependencies from jdbc (#30771) 2018-05-25 15:41:41 -04:00
sql-shared-proto Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00
src SQL: Whitelist SQL utility class for better scripting (#30681) 2018-06-13 23:08:18 +03:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00