diff --git a/auto-instrumentation/okhttp/okhttp-3.0/agent/build.gradle.kts b/auto-instrumentation/okhttp/okhttp-3.0/agent/build.gradle.kts index 455a5f1f7..3e604cb8b 100644 --- a/auto-instrumentation/okhttp/okhttp-3.0/agent/build.gradle.kts +++ b/auto-instrumentation/okhttp/okhttp-3.0/agent/build.gradle.kts @@ -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) diff --git a/auto-instrumentation/okhttp/okhttp-3.0/library/build.gradle.kts b/auto-instrumentation/okhttp/okhttp-3.0/library/build.gradle.kts index 7e294626e..04f729e03 100644 --- a/auto-instrumentation/okhttp/okhttp-3.0/library/build.gradle.kts +++ b/auto-instrumentation/okhttp/okhttp-3.0/library/build.gradle.kts @@ -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)