Skip to content

Commit

Permalink
Fix Gradle configuration
Browse files Browse the repository at this point in the history
This change was made to master, this commit brings it over to
index-lifecycle.

See #32409
  • Loading branch information
gwbrown committed Aug 23, 2018
1 parent 1f13c77 commit 191bd7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugin/ilm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ esplugin {
archivesBaseName = 'x-pack-ilm'

dependencies {
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
compileOnly project(path: xpackModule('core'), configuration: 'default')
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
}

Expand Down

0 comments on commit 191bd7c

Please sign in to comment.