We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb974f commit 3db6fbcCopy full SHA for 3db6fbc
instrumentation/elasticsearch/elasticsearch-transport-5.3/javaagent/build.gradle.kts
@@ -28,6 +28,13 @@ muzzle {
28
}
29
30
31
+if (findProperty("testLatestDeps") as Boolean) {
32
+ // when running on jdk 21 Elasticsearch53SpringRepositoryTest occasionally fails with timeout
33
+ otelJava {
34
+ maxJavaVersionSupported.set(JavaVersion.VERSION_17)
35
+ }
36
+}
37
+
38
dependencies {
39
compileOnly("org.elasticsearch.client:transport:5.3.0") {
40
isTransitive = false
0 commit comments