Skip to content

Commit 44b603b

Browse files
committed
fix(gradle): Don't ship tibco stubs in agent
1 parent 53e0f60 commit 44b603b

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 RequestImpl or tibco stubs
9293
parent_project.dependencies {
9394
addProvider("implementation", providers.provider { project(subProj.path) })
9495
}

0 commit comments

Comments
 (0)