Fixes for IntelliJ IDEA 2020.1 support (#55077)
This commit is contained in:
parent
c00811f3a3
commit
5d4ddf9146
|
@ -11,6 +11,7 @@ apply plugin: 'elasticsearch.rest-test'
|
|||
archivesBaseName = 'x-pack'
|
||||
|
||||
dependencies {
|
||||
testCompile project(xpackModule('core')) // this redundant dependency is here to make IntelliJ happy
|
||||
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
apply plugin: 'elasticsearch.standalone-test'
|
||||
|
||||
dependencies {
|
||||
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
||||
testCompile project(path: xpackModule('security'), configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue