Fixes for IntelliJ IDEA 2020.1 support (#55077)

This commit is contained in:
Mark Vieira 2020-04-10 11:56:55 -07:00
parent c00811f3a3
commit 5d4ddf9146
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
2 changed files with 1 additions and 1 deletions

View File

@ -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')
}

View File

@ -1,7 +1,6 @@
apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('security'), configuration: 'testArtifacts')
}