File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
instrumentation/apache-dubbo-2.7/library-autoconfigure
src/test/java/io/opentelemetry/instrumentation/apachedubbo/v2_7 Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff 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-
2916tasks.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- }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments