We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90ccbc commit aa55494Copy full SHA for aa55494
dd-java-agent/agent-llmobs/build.gradle
@@ -29,6 +29,7 @@ dependencies {
29
implementation project(':internal-api')
30
31
testImplementation project(":utils:test-utils")
32
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
33
34
testFixturesApi project(':dd-java-agent:testing')
35
testFixturesApi project(':utils:test-utils')
0 commit comments