build.gradle.kts 244 B

123456789101112
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. }
  5. otelJava {
  6. minJavaVersionSupported.set(JavaVersion.VERSION_11)
  7. }
  8. dependencies {
  9. testImplementation(project(":instrumentation:java-http-client:testing"))
  10. }