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 b899c02 commit a75603cCopy full SHA for a75603c
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -140,6 +140,7 @@ testing {
140
implementation("org.junit.jupiter:junit-jupiter-api")
141
implementation("org.junit.jupiter:junit-jupiter-params")
142
runtimeOnly("org.junit.jupiter:junit-jupiter-engine")
143
+ runtimeOnly("org.junit.platform:junit-platform-launcher")
144
145
implementation("org.assertj:assertj-core")
146
}
0 commit comments