build.gradle.kts 192 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("com.graphql-java:graphql-java:12.0")
  6. testImplementation(project(":instrumentation:graphql-java-12.0:testing"))
  7. }