Skip to content

Commit a5d8f0b

Browse files
committed
CCR: use shadow plugin
Relates #32240
1 parent ab4deef commit a5d8f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/ccr/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ check.dependsOn(internalClusterTest, 'qa:multi-cluster:followClusterTest', 'qa:m
3737

3838
dependencies {
3939
compileOnly "org.elasticsearch:elasticsearch:${version}"
40-
compileOnly "org.elasticsearch.plugin:x-pack-core:${version}"
40+
41+
compileOnly project(path: xpackModule('core'), configuration: 'shadow')
4142
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
4243
}
4344

0 commit comments

Comments
 (0)