Skip to content

Commit 0fddfc4

Browse files
authored
Don't ship tibco stubs in agent (#11985)
fix(gradle): Don't ship tibco stubs in agent style(gradle): reword comment Co-authored-by: Stuart McCulloch <stuart.mcculloch@datadoghq.com> Co-authored-by: brice.dutheil <brice.dutheil@datadoghq.com>
1 parent a51d7ed commit 0fddfc4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dd-java-agent/instrumentation/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ subprojects { Project subProj ->
8787
}
8888
}
8989

90-
if (subProj.path != ':dd-java-agent:instrumentation:vertx:vertx-redis-client:vertx-redis-client-stubs') {
91-
// don't include the redis RequestImpl stubs
90+
if (subProj.path != ':dd-java-agent:instrumentation:vertx:vertx-redis-client:vertx-redis-client-stubs'
91+
&& subProj.path != ':dd-java-agent:instrumentation:tibco-businessworks:tibco-businessworks-stubs') {
92+
// don't include the redis or tibco stubs
9293
parent_project.dependencies {
9394
addProvider("implementation", providers.provider { project(subProj.path) })
9495
}

0 commit comments

Comments
 (0)