diff --git a/plugin/sql/build.gradle b/plugin/sql/build.gradle index a8a967b82e0..4de9cb08190 100644 --- a/plugin/sql/build.gradle +++ b/plugin/sql/build.gradle @@ -35,12 +35,13 @@ dependencies { } } -/* Bundle the sql-cli into the binary files. This is useful - * because it is an executable jar that can be moved wherever - * it is needed. */ +/* Bundle the sql-cli into the binary files. It should end up + * in $ES_HOME/bin/x-pack/. This is useful because it is an + * executable jar that can be moved wherever it is needed. + */ bundlePlugin { from (configurations.bin) { - into 'elasticsearch/bin' + into 'bin' } }