Skip to content

Commit 460a111

Browse files
committed
Address comment problems
1 parent 065372d commit 460a111

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

instrumentation/apache-dubbo-2.7/library-autoconfigure/build.gradle.kts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,10 @@ dependencies {
1313
testLibrary("org.apache.dubbo:dubbo-config-api:2.7.0")
1414
}
1515

16-
val latestDepTest = findProperty("testLatestDeps") as Boolean
17-
18-
testing {
19-
suites {
20-
val testLatestDepDubbo by registering(JvmTestSuite::class) {
21-
dependencies {
22-
implementation("org.apache.dubbo:dubbo:+")
23-
implementation(project(":instrumentation:apache-dubbo-2.7:library-autoconfigure"))
24-
}
25-
}
26-
}
27-
}
28-
2916
tasks.withType<Test>().configureEach {
3017
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
3118
// to suppress non-fatal errors on jdk17
3219
jvmArgs("--add-opens=java.base/java.math=ALL-UNNAMED")
3320
// required on jdk17
3421
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
3522
}
36-
37-
if (!(findProperty("testLatestDeps") as Boolean)) {
38-
tasks.check {
39-
dependsOn(testing.suites)
40-
}
41-
}

instrumentation/apache-dubbo-2.7/library-autoconfigure/src/testLatestDepDubbo/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/DubboHeadersGetterTest.java renamed to instrumentation/apache-dubbo-2.7/library-autoconfigure/src/test/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/DubboHeadersGetterTest.java

File renamed without changes.

0 commit comments

Comments
 (0)