Skip to content

Commit 15567e4

Browse files
authored
Exclude broken elasticsearch-java version from muzzle (#15272)
1 parent 6c81831 commit 15567e4

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/elasticsearch/elasticsearch-api-client-7.16/javaagent

1 file changed

+1
-0
lines changed

instrumentation/elasticsearch/elasticsearch-api-client-7.16/javaagent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ muzzle {
2727
group.set("co.elastic.clients")
2828
module.set("elasticsearch-java")
2929
versions.set("[8.10,)")
30+
skip("9.2.1") // depends on elasticsearch-rest5-client-9.2.1 that is missing from central
3031
}
3132
}
3233

0 commit comments

Comments
 (0)