Skip to content

Commit

Permalink
CCR: use shadow plugin
Browse files Browse the repository at this point in the history
Relates #32240
  • Loading branch information
dnhatn committed Jul 25, 2018
1 parent ab4deef commit a5d8f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugin/ccr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ check.dependsOn(internalClusterTest, 'qa:multi-cluster:followClusterTest', 'qa:m

dependencies {
compileOnly "org.elasticsearch:elasticsearch:${version}"
compileOnly "org.elasticsearch.plugin:x-pack-core:${version}"

compileOnly project(path: xpackModule('core'), configuration: 'shadow')
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
}

Expand Down

0 comments on commit a5d8f0b

Please sign in to comment.