We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f13c77 commit 191bd7cCopy full SHA for 191bd7c
x-pack/plugin/ilm/build.gradle
@@ -13,7 +13,8 @@ esplugin {
13
archivesBaseName = 'x-pack-ilm'
14
15
dependencies {
16
- compileOnly project(path: xpackModule('core'), configuration: 'shadow')
+ // "org.elasticsearch.plugin:x-pack-core:${version}" doesn't work with idea because the testArtifacts are also here
17
+ compileOnly project(path: xpackModule('core'), configuration: 'default')
18
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
19
}
20
0 commit comments