Skip to content

Commit

Permalink
Fix dependency esql -> esql-core
Browse files Browse the repository at this point in the history
This cannot be compileOnly; otherwise some tests fail because the
SingleValueQuery class cannot be loaded.
  • Loading branch information
alex-spies committed May 21, 2024
1 parent 1933aee commit b4d92bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugin/esql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ base {
dependencies {
compileOnly project(path: xpackModule('core'))
compileOnly project(':modules:lang-painless:spi')
compileOnly project(xpackModule('esql-core'))
implementation project(xpackModule('esql-core'))
implementation project('compute')
implementation project('compute:ann')
implementation project(':libs:elasticsearch-dissect')
Expand Down

0 comments on commit b4d92bd

Please sign in to comment.