File tree 4 files changed +6
-6
lines changed
ot33CompatibilityTest/groovy
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ excludedClassesCoverage += [
22
22
" datadog.opentracing.DDTracer.DDTracerBuilder"
23
23
]
24
24
25
- addTestSuite(' ot31CompatabilityTest ' )
26
- addTestSuite(' ot33CompatabilityTest ' )
25
+ addTestSuite(' ot31CompatibilityTest ' )
26
+ addTestSuite(' ot33CompatibilityTest ' )
27
27
28
28
dependencies {
29
29
annotationProcessor deps. autoserviceProcessor
@@ -46,17 +46,17 @@ dependencies {
46
46
47
47
testImplementation project(" :dd-java-agent:testing" )
48
48
49
- ot33CompatabilityTestImplementation (' io.opentracing:opentracing-api' ) {
49
+ ot33CompatibilityTestImplementation (' io.opentracing:opentracing-api' ) {
50
50
version {
51
51
strictly ' 0.33.0'
52
52
}
53
53
}
54
- ot33CompatabilityTestImplementation (' io.opentracing:opentracing-util' ) {
54
+ ot33CompatibilityTestImplementation (' io.opentracing:opentracing-util' ) {
55
55
version {
56
56
strictly ' 0.33.0'
57
57
}
58
58
}
59
- ot33CompatabilityTestImplementation (' io.opentracing:opentracing-noop' ) {
59
+ ot33CompatibilityTestImplementation (' io.opentracing:opentracing-noop' ) {
60
60
version {
61
61
strictly ' 0.33.0'
62
62
}
@@ -73,7 +73,7 @@ configurations.matching({ it.name.startsWith('ot31') }).each({
73
73
})
74
74
75
75
tasks. named(" test" ). configure {
76
- finalizedBy " ot31CompatabilityTest " , " ot33CompatabilityTest "
76
+ finalizedBy " ot31CompatibilityTest " , " ot33CompatibilityTest "
77
77
}
78
78
79
79
jar {
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments