build.gradle.kts 205 B

12345678910
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. }
  5. dependencies {
  6. library("com.mchange:c3p0:0.9.2")
  7. testImplementation(project(":instrumentation:c3p0-0.9:testing"))
  8. }