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

13 lines
197 B
Plaintext

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