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

Support Gradle reproducible builds #28

Open
MariusVolkhart opened this issue Jan 30, 2020 · 0 comments
Open

Support Gradle reproducible builds #28

MariusVolkhart opened this issue Jan 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@MariusVolkhart
Copy link

In Gradle 3.4, support was added for reproducible builds. https://docs.gradle.org/3.4/userguide/working_with_files.html#sec:reproducible_archives

The ProGuardTask is not a AbstractArchiveTask, and so using the recommended way of achieving reproducible builds is not possible.

This feature request is to enable reproducible builds when using ProGuard. Ideally, it would be possible to do so using the recommended Gradle mechanism, but if a custom configuration is required, that is acceptable as well.

@dzan dzan added the enhancement New feature or request label Apr 23, 2020
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