build.gradle.kts 205 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. id("otel.animalsniffer-conventions")
  5. }
  6. dependencies {
  7. library("org.apache.httpcomponents.client5:httpclient5:5.2.1")
  8. }