build.gradle.kts 264 B

1234567891011
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. id("otel.animalsniffer-conventions")
  5. }
  6. dependencies {
  7. library("com.squareup.okhttp3:okhttp:3.0.0")
  8. testImplementation(project(":instrumentation:okhttp:okhttp-3.0:testing"))
  9. }