Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build.gradle to create sources and javadoc JAR #25

Merged
merged 1 commit into from
May 31, 2023

Conversation

khushbr
Copy link
Collaborator

@khushbr khushbr commented May 31, 2023

Is your feature request related to a problem? Please provide an existing Issue # , or describe.
opensearch-project/opensearch-build#3547

Describe the solution you are proposing
Validation check on the Infra end are failing due to missing sources and javadoc JAR. This change addresses the validation failures.

% ./gradlew publishCreatePublicationToMavenLocal
% ls /Users/khushbr/.m2/repository/org/opensearch/performance-analyzer-commons/1.0.0-SNAPSHOT
maven-metadata-local.xml				performance-analyzer-commons-1.0.0-SNAPSHOT-sources.jar
performance-analyzer-commons-1.0.0-SNAPSHOT-javadoc.jar	performance-analyzer-commons-1.0.0-SNAPSHOT.pom

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Khushboo Rajput <khushbr@amazon.com>
@khushbr khushbr merged commit 169f669 into opensearch-project:main May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants