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:
Tim Brooks 2018-01-11 11:30:45 -07:00 committed by GitHub
parent 0998c875d6
commit 0a8e4da3bd
1 changed files with 1 additions and 1 deletions

View File

@ -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')