Skip to content

Commit

Permalink
Update build.gradle to build main jar (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <[email protected]>
  • Loading branch information
khushbr authored May 31, 2023
1 parent 1afbe98 commit 6edeb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ publishing {
create(MavenPublication) {
groupId = 'org.opensearch'
artifactId = 'performance-analyzer-commons'

from(components["java"])
artifact sourcesJar
artifact javadocJar

Expand Down

0 comments on commit 6edeb38

Please sign in to comment.