Skip to content

Commit

Permalink
Modify publishPublishMavenPublicationToLocalRepoRepository - add `s…
Browse files Browse the repository at this point in the history
…ources.jar` and `javadoc.jar`. (#45)

Signed-off-by: Yury-Fridlyand <[email protected]>

Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored Jan 5, 2023
1 parent 567fb15 commit 47156e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ publishing {
}
publishMaven(MavenPublication) { publication ->
from components.java
artifact sourcesJar
artifact javadocJar

pom {
name = "OpenSearch SQL JDBC Driver"
Expand Down

0 comments on commit 47156e1

Please sign in to comment.