elastic / elastic-otel-java

Apache License 2.0
10 stars 9 forks source link

Deduplicated agent packaging logic, migrated to kotlindsl #126

Closed JonasKunz closed 5 months ago

JonasKunz commented 5 months ago

The agent-for-testing and the actual agent were using duplicated buildscripts. This made it easy for example to add a dependency to the agent, but forget to add it to the agent-ofr-testing.

The agent dependencies and shadowing logic have now been centralized into the elastic-otel.agent-packaging project.