Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Mar 12, 2024
1 parent 015f34f commit 83b142d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
}

java {
withJavadocJar()
withSourcesJar()
}

Expand All @@ -75,7 +76,7 @@ publishing {
groupId = 'io.pyroscope'
artifactId = 'otel'
version = otelProfilingVersion
artifacts = [ shadowJar, sourcesJar ]
artifacts = [ shadowJar, javadocJar, sourcesJar ]
pom {
name = 'Pyroscope OTEL integration'
description = 'Pyroscope OTEL integration'
Expand Down

0 comments on commit 83b142d

Please sign in to comment.