Support changing name of core module to server (elastic/x-pack-elasticsearch#3532)
This is related to elastic/elasticsearch#28178. It modifies x-pack to be compatible with the elasticsearch core module to server name change. Original commit: elastic/x-pack-elasticsearch@c8d313f882
This commit is contained in:
parent
0998c875d6
commit
0a8e4da3bd
|
@ -52,7 +52,7 @@ configurations {
|
|||
|
||||
dependencies {
|
||||
// CLI deps
|
||||
compile project(path: ':core:cli', configuration: 'runtime')
|
||||
compile project(path: ':server:cli', configuration: 'runtime')
|
||||
|
||||
// Core project deps (this is temporary)
|
||||
compile project(':x-pack-elasticsearch:plugin:core')
|
||||
|
|
Loading…
Reference in New Issue