Skip to content

Commit d82ed1d

Browse files
committed
wip: removing unwanted attributes from gradle files.
1 parent 8b89eb2 commit d82ed1d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

instrumentation/kafka/kafka-connect-2.6/javaagent/build.gradle.kts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ muzzle {
77
group.set("org.apache.kafka")
88
module.set("connect-api")
99
versions.set("[2.6.0,)")
10-
// we use reflection to access the "pause" and "resume" methods, so we can't reference them
11-
// directly, and so we can't assert that they exist at muzzle-time
12-
skip("org.apache.kafka.connect.sink.SinkTaskContext")
1310
}
1411
}
1512

@@ -26,15 +23,5 @@ tasks {
2623
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
2724

2825
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
29-
30-
// Enable experimental span attributes and receive telemetry for comprehensive testing
31-
jvmArgs("-Dotel.instrumentation.kafka.experimental-span-attributes=true")
32-
jvmArgs("-Dotel.instrumentation.messaging.experimental.receive-telemetry.enabled=true")
33-
// Set timeout for integration tests with containers
34-
systemProperty("junit.jupiter.execution.timeout.default", "5m")
35-
}
36-
37-
withType<JavaCompile>().configureEach {
38-
options.compilerArgs.add("-Xlint:-deprecation")
3926
}
4027
}

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ include(":test-report")
102102
include(":testing:agent-exporter")
103103
include(":testing:agent-for-testing")
104104
include(":testing:armeria-shaded-for-testing")
105-
106105
include(":testing:proto-shaded-for-testing")
107106
include(":testing:wiremock-shaded-for-testing")
108107
include(":testing-common")

0 commit comments

Comments
 (0)