mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
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…
x
Reference in New Issue
Block a user