Closed duncanpharvey closed 6 months ago
Updates the Java Extension build script to match the approach used to build the Node Extension.
https://datadoghq.atlassian.net/browse/SVLS-4452
Use the same development workflow for the Java and Node Extensions.
Run pipeline with RUNTIME=java and verify that the build script succeeds and the package deployed to self monitoring sends traces to Datadog.
RUNTIME=java
What does this PR do?
Updates the Java Extension build script to match the approach used to build the Node Extension.
Motivation
https://datadoghq.atlassian.net/browse/SVLS-4452
Use the same development workflow for the Java and Node Extensions.
Additional Notes
Describe how to test/QA your changes
Run pipeline with
RUNTIME=java
and verify that the build script succeeds and the package deployed to self monitoring sends traces to Datadog.