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

[FEATURE] Fix checksum generation to use a gradle plugin instead of manually doing it in github actions #240

Open
harshavamsi opened this issue May 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@harshavamsi
Copy link
Collaborator

Is your feature request related to a problem?

The current maven publishing system requires that we generate checksums for all files e.g xxx.pom.sha1 and xxx.pom.md5. This is currently being manually done before we publish in github actions . This should ideally be handled by a gradle plugin that generates these just before the distribution task is complete.

What solution would you like?

Using a plugin like https://github.com/gradle/gradle-checksum.

What alternatives have you considered?

None

Do you have any additional context?

None

@harshavamsi harshavamsi added enhancement New feature or request untriaged and removed untriaged labels May 19, 2023
@harshavamsi harshavamsi self-assigned this May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants