Commit 33c406b
authored
refactor: declare instrumentation dependencies directly (#11986)
refactor: declare instrumentation dependencies directly
Instrumentation project paths are already known during configuration.
Wrapping `project(...)` in `providers.provider` adds unnecessary
indirection without providing useful laziness.
Declaring project dependencies directly makes the aggregation logic
clearer and keeps compile-only stub projects out of the resulting JAR.
# Conflicts:
# dd-java-agent/instrumentation/build.gradle
Co-authored-by: brice.dutheil <brice.dutheil@datadoghq.com>1 parent 0fddfc4 commit 33c406b
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments