13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
plugins {
|
|
id("otel.library-instrumentation")
|
|
}
|
|
|
|
dependencies {
|
|
library("com.graphql-java:graphql-java:12.0")
|
|
implementation(project(":instrumentation:graphql-java:graphql-java-common:library"))
|
|
|
|
testImplementation(project(":instrumentation:graphql-java:graphql-java-common:testing"))
|
|
|
|
latestDepTestLibrary("com.graphql-java:graphql-java:19.+") // see graphql-java-20.0 module
|
|
}
|