build.gradle.kts 292 B

123456789101112
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. }
  5. dependencies {
  6. library("com.oracle.database.jdbc:ucp:11.2.0.4")
  7. testImplementation(project(":instrumentation:oracle-ucp-11.2:testing"))
  8. latestDepTestLibrary("com.oracle.database.jdbc:ucp:21.9.0.0")
  9. }