mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Correct exclusion of test on JDK 11
This commit is contained in:
parent
d7785a7c43
commit
1e8e3f6dae
@ -228,7 +228,7 @@ if (rootProject.ext.compilerJavaVersion.isJava11()) {
|
||||
].join(',')
|
||||
}
|
||||
}
|
||||
if (rootProject.ext.runtimeJavaVersion.isJava11()) {
|
||||
if (rootProject.ext.compilerJavaVersion.isJava11()) {
|
||||
// TODO remove when: https://github.com/elastic/elasticsearch/issues/31498
|
||||
integTestHa.enabled = false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user