Skip to content

Commit

Permalink
Set archiveBaseName pattern for sdk-extensions too (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Jan 7, 2021
1 parent aa8433d commit 0dac3f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk-extensions/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
subprojects {
plugins.withId("java") {
archivesBaseName = "opentelemetry-sdk-extension-${project.name}"
}
}

0 comments on commit 0dac3f6

Please sign in to comment.