We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? ./gradlew publishToMavenLocal does not generate the checksums
./gradlew publishToMavenLocal
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? sha1 and md5 checksums should be generated
Do you have any additional context? work around has been added here: https://github.com/opensearch-project/opensearch-java/pull/51/files#diff-e21da378399d7f35543533d279a39bf3d1024092580f40330fd8bc56379d6164R87-R109 which can be removed once the checksum generation is handled by gradle
The text was updated successfully, but these errors were encountered:
Use shadow, e.g. https://github.com/opensearch-project/job-scheduler/pull/71/files#diff-ddfd6f002852c4395d6a0303ccf59041623cc8608a8a4acb4af5f2e8137ebc03R116
Sorry, something went wrong.
[docs] Update with the latest changes and use compilable examples (op…
0beaf13
…ensearch-project#52) (opensearch-project#53) Co-authored-by: István Zoltán Szabó <[email protected]>
Fixed via #187.
No branches or pull requests
What is the bug?
./gradlew publishToMavenLocal
does not generate the checksumsHow can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
sha1 and md5 checksums should be generated
Do you have any additional context?
work around has been added here: https://github.com/opensearch-project/opensearch-java/pull/51/files#diff-e21da378399d7f35543533d279a39bf3d1024092580f40330fd8bc56379d6164R87-R109
which can be removed once the checksum generation is handled by gradle
The text was updated successfully, but these errors were encountered: