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

feat: add support for reproducible builds #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 7, 2023

  1. feat: add support for reproducible builds

    As per gradle [docs] add support to remove timestamps and package with same order
    which is required from [reproducible] builds
    
    [docs]: https://docs.gradle.org/current/userguide/working_with_files.html#sec:archives
    [reproducible]: https://reproducible-builds.org/
    
    Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
    inglor committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e6b091f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. feat: remove variable fields from manifest

    Including the gradle,jdk versions along with kernel versiona dn JDK
    might be variable in different systems and affects the hash of each jar.
    
    Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
    inglor committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6cb0c19 View commit details
    Browse the repository at this point in the history