opentelemetry-java-instrume.../instrumentation/openai/openai-java-1.1/library/build.gradle.kts

17 lines
355 B
Plaintext

plugins {
id("otel.library-instrumentation")
id("otel.nullaway-conventions")
}
dependencies {
library("com.openai:openai-java:1.1.0")
testImplementation(project(":instrumentation:openai:openai-java-1.1:testing"))
}
tasks {
withType<Test>().configureEach {
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
}
}