Skip to content

Commit

Permalink
Merge pull request #124 from breedx-splk/add_descriptions
Browse files Browse the repository at this point in the history
Add descriptions for OkHttp poms
  • Loading branch information
breedx-splk authored Oct 20, 2023
2 parents d014c48 + 09af42b commit ce88d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto-instrumentation/okhttp/okhttp-3.0/agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id("otel.publish-conventions")
}

description = "OpenTelemetry build-time auto-instrumentation for OkHttp on Android"

dependencies {
implementation(project(":auto-instrumentation:okhttp:okhttp-3.0:library"))
implementation(libs.okhttp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id("otel.publish-conventions")
}

description = "OpenTelemetry OkHttp library instrumentation for Android"

dependencies {
compileOnly(libs.okhttp)
api(libs.opentelemetry.instrumentation.okhttp)
Expand Down

0 comments on commit ce88d10

Please sign in to comment.