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

Fix artifact names (post Gradle to 8.5 update) #386

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

reta
Copy link
Contributor

@reta reta commented Jan 8, 2024

Description

Fix artifact names (post Gradle to 8.5 update, #377)

Issues Resolved

Fixes GA failures (see please https://github.com/opensearch-project/opensearch-hadoop/actions/runs/7442871457/job/20246931394)

Run for i in `find . -path '*/distributions/*' -name "*.jar" -type f`; do sha1sum "$i" >> "$i.sha1"; done
sha1sum: ./build/poms/extension: No such file or directory
Error: Process completed with exit code 1.

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: Andriy Redko <andriy.redko@aiven.io>
@reta
Copy link
Contributor Author

reta commented Jan 8, 2024

@Xtansia minor fix for final archive name generation please, thank you

@Xtansia Xtansia merged commit 702f144 into opensearch-project:main Jan 8, 2024
14 checks passed
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.

None yet

2 participants