build.gradle.kts 226 B

12345678910
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. }
  5. dependencies {
  6. library("org.apache.commons:commons-dbcp2:2.0")
  7. testImplementation(project(":instrumentation:apache-dbcp-2.0:testing"))
  8. }