Skip to content

Commit 6edeb38

Browse files
authored
Update build.gradle to build main jar (#29)
Signed-off-by: Khushboo Rajput <[email protected]>
1 parent 1afbe98 commit 6edeb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ publishing {
194194
create(MavenPublication) {
195195
groupId = 'org.opensearch'
196196
artifactId = 'performance-analyzer-commons'
197-
197+
from(components["java"])
198198
artifact sourcesJar
199199
artifact javadocJar
200200

0 commit comments

Comments
 (0)