Skip to content

Commit 47156e1

Browse files
Modify publishPublishMavenPublicationToLocalRepoRepository - add sources.jar and javadoc.jar. (opensearch-project#45)
Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 567fb15 commit 47156e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ publishing {
161161
}
162162
publishMaven(MavenPublication) { publication ->
163163
from components.java
164+
artifact sourcesJar
165+
artifact javadocJar
164166

165167
pom {
166168
name = "OpenSearch SQL JDBC Driver"

0 commit comments

Comments
 (0)