build.gradle.kts 94 B

1234567
  1. plugins {
  2. id("otel.java-conventions")
  3. }
  4. dependencies {
  5. api(project(":testing-common"))
  6. }