We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bfd21 commit 061fdffCopy full SHA for 061fdff
build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
elasticsearchClient('co.elastic.clients:elasticsearch-java') {
73
// brings latest version available for 8.x branch
74
version {
75
- strictly('[8.0, 9.0]')
+ strictly('[8.0, 9.0[')
76
}
77
78
elasticsearchMinimalCore fileTree(dir: { importMinimalElasticsearch.jars }, include: ["*.jar"])
0 commit comments