build.gradle.kts 360 B

12345678910111213
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("org.apache.dubbo:dubbo:2.7.0")
  6. testImplementation(project(":instrumentation:apache-dubbo-2.7:testing"))
  7. testLibrary("org.apache.dubbo:dubbo-config-api:2.7.0")
  8. latestDepTestLibrary("org.apache.dubbo:dubbo:2.+")
  9. latestDepTestLibrary("org.apache.dubbo:dubbo-config-api:2.+")
  10. }