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().configureEach { systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean) } }