build.gradle.kts 459 B

1234567891011121314
  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. latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
  10. latestDepTestLibrary("io.projectreactor:reactor-test:3.4.+")
  11. }