build.gradle.kts 332 B

1234567891011
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("io.projectreactor:reactor-core:3.1.0.RELEASE")
  6. implementation(project(":instrumentation-annotations-support"))
  7. testLibrary("io.projectreactor:reactor-test:3.1.0.RELEASE")
  8. testImplementation(project(":instrumentation:reactor:reactor-3.1:testing"))
  9. }