opentelemetry-java-instrume.../instrumentation/jdbc/testing/build.gradle.kts

13 lines
191 B
Plaintext

/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
plugins {
id("otel.java-conventions")
}
dependencies {
implementation("org.apache.groovy:groovy")
}