Skip to content

Commit 2863293

Browse files
authored
Fix daily build failures (#6510)
1 parent 59cb9ca commit 2863293

File tree

2 files changed

+2
-1
lines changed
  • instrumentation

2 files changed

+2
-1
lines changed

instrumentation/grails-3.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ muzzle {
1313
// which (also obviously) does not exist
1414
skip("3.1.15", "3.3.6")
1515
// these versions pass if you add the grails maven repository (https://repo.grails.org/artifactory/core)
16-
skip("3.2.0", "3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.10", "3.3.13", "3.3.14", "3.3.15", "4.0.0", "4.0.1", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13")
16+
skip("3.2.0", "3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.10", "3.3.13", "3.3.14", "3.3.15", "3.3.16", "4.0.0", "4.0.1", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13")
1717
assertInverse.set(true)
1818
}
1919
}

instrumentation/okhttp/okhttp-3.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/okhttp/v3_0/OkHttp3Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public Call.Factory createCallFactory(OkHttpClient.Builder clientBuilder) {
2727
}
2828

2929
@Test
30+
@SuppressWarnings("PreferJavaTimeOverload")
3031
void reusedBuilderHasOneInterceptor() {
3132
OkHttpClient.Builder builder =
3233
new OkHttpClient.Builder()

0 commit comments

Comments
 (0)