build.gradle.kts 191 B

123456789101112
  1. /*
  2. * Copyright The OpenTelemetry Authors
  3. * SPDX-License-Identifier: Apache-2.0
  4. */
  5. plugins {
  6. id("otel.java-conventions")
  7. }
  8. dependencies {
  9. implementation("org.apache.groovy:groovy")
  10. }